package fake
import "k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeAppsV1beta2
- func (c *FakeAppsV1beta2) ControllerRevisions(namespace string) v1beta2.ControllerRevisionInterface
- func (c *FakeAppsV1beta2) DaemonSets(namespace string) v1beta2.DaemonSetInterface
- func (c *FakeAppsV1beta2) Deployments(namespace string) v1beta2.DeploymentInterface
- func (c *FakeAppsV1beta2) RESTClient() rest.Interface
- func (c *FakeAppsV1beta2) ReplicaSets(namespace string) v1beta2.ReplicaSetInterface
- func (c *FakeAppsV1beta2) StatefulSets(namespace string) v1beta2.StatefulSetInterface
Types ¶
type FakeAppsV1beta2 ¶
func (*FakeAppsV1beta2) ControllerRevisions ¶
func (c *FakeAppsV1beta2) ControllerRevisions(namespace string) v1beta2.ControllerRevisionInterface
func (*FakeAppsV1beta2) DaemonSets ¶
func (c *FakeAppsV1beta2) DaemonSets(namespace string) v1beta2.DaemonSetInterface
func (*FakeAppsV1beta2) Deployments ¶
func (c *FakeAppsV1beta2) Deployments(namespace string) v1beta2.DeploymentInterface
func (*FakeAppsV1beta2) RESTClient ¶
func (c *FakeAppsV1beta2) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeAppsV1beta2) ReplicaSets ¶
func (c *FakeAppsV1beta2) ReplicaSets(namespace string) v1beta2.ReplicaSetInterface
func (*FakeAppsV1beta2) StatefulSets ¶
func (c *FakeAppsV1beta2) StatefulSets(namespace string) v1beta2.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
- 11 packages
- Last checked
- 2 hours ago –
Tools for package owners.