kubernetes/staging/src/k8s.io/client-go/kubernetes/typed/apps/v1beta2/apps_client.go

type AppsV1beta2Interface

type AppsV1beta2Client

func (c *AppsV1beta2Client) ControllerRevisions(namespace string) ControllerRevisionInterface {}

func (c *AppsV1beta2Client) DaemonSets(namespace string) DaemonSetInterface {}

func (c *AppsV1beta2Client) Deployments(namespace string) DeploymentInterface {}

func (c *AppsV1beta2Client) ReplicaSets(namespace string) ReplicaSetInterface {}

func (c *AppsV1beta2Client) StatefulSets(namespace string) StatefulSetInterface {}

// NewForConfig creates a new AppsV1beta2Client for the given config.
// NewForConfig is equivalent to NewForConfigAndClient(c, httpClient),
// where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfig(c *rest.Config) (*AppsV1beta2Client, error) {}

// NewForConfigAndClient creates a new AppsV1beta2Client for the given config and http client.
// Note the http client provided takes precedence over the configured transport values.
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*AppsV1beta2Client, error) {}

// NewForConfigOrDie creates a new AppsV1beta2Client for the given config and
// panics if there is an error in the config.
func NewForConfigOrDie(c *rest.Config) *AppsV1beta2Client {}

// New creates a new AppsV1beta2Client for the given RESTClient.
func New(c rest.Interface) *AppsV1beta2Client {}

func setConfigDefaults(config *rest.Config) error {}

// RESTClient returns a RESTClient that is used to communicate
// with API server by this client implementation.
func (c *AppsV1beta2Client) RESTClient() rest.Interface {}