package fake

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

Package fake has the automatically generated clients.

Index

Types

type FakeAppsV1beta1

type FakeAppsV1beta1 struct {
	*testing.Fake
}

func (*FakeAppsV1beta1) ControllerRevisions

func (c *FakeAppsV1beta1) ControllerRevisions(namespace string) v1beta1.ControllerRevisionInterface

func (*FakeAppsV1beta1) Deployments

func (c *FakeAppsV1beta1) Deployments(namespace string) v1beta1.DeploymentInterface

func (*FakeAppsV1beta1) RESTClient

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

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

func (*FakeAppsV1beta1) StatefulSets

func (c *FakeAppsV1beta1) StatefulSets(namespace string) v1beta1.StatefulSetInterface

Source Files

doc.go fake_apps_client.go fake_controllerrevision.go fake_deployment.go fake_statefulset.go

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

Tools for package owners.