package fake

import "k8s.io/client-go/kubernetes/typed/apps/v1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeAppsV1

type FakeAppsV1 struct {
	*testing.Fake
}

func (*FakeAppsV1) ControllerRevisions

func (c *FakeAppsV1) ControllerRevisions(namespace string) v1.ControllerRevisionInterface

func (*FakeAppsV1) DaemonSets

func (c *FakeAppsV1) DaemonSets(namespace string) v1.DaemonSetInterface

func (*FakeAppsV1) Deployments

func (c *FakeAppsV1) Deployments(namespace string) v1.DeploymentInterface

func (*FakeAppsV1) RESTClient

func (c *FakeAppsV1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeAppsV1) ReplicaSets

func (c *FakeAppsV1) ReplicaSets(namespace string) v1.ReplicaSetInterface

func (*FakeAppsV1) StatefulSets

func (c *FakeAppsV1) StatefulSets(namespace string) v1.StatefulSetInterface

Source Files

doc.go fake_apps_client.go fake_controllerrevision.go fake_daemonset.go fake_deployment.go fake_replicaset.go fake_statefulset.go

Version
v0.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
13 packages
Last checked
2 hours ago

Tools for package owners.