package v2beta2

import "k8s.io/client-go/deprecated/typed/autoscaling/v2beta2"

This package has the automatically generated typed clients.

Index

Types

type AutoscalingV2beta2Client

type AutoscalingV2beta2Client struct {
	// contains filtered or unexported fields
}

AutoscalingV2beta2Client is used to interact with features provided by the autoscaling group.

func New

New creates a new AutoscalingV2beta2Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*AutoscalingV2beta2Client, error)

NewForConfig creates a new AutoscalingV2beta2Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *AutoscalingV2beta2Client

NewForConfigOrDie creates a new AutoscalingV2beta2Client for the given config and panics if there is an error in the config.

func (*AutoscalingV2beta2Client) HorizontalPodAutoscalers

func (c *AutoscalingV2beta2Client) HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerInterface

func (*AutoscalingV2beta2Client) RESTClient

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

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

type AutoscalingV2beta2Interface

type AutoscalingV2beta2Interface interface {
	RESTClient() rest.Interface
	HorizontalPodAutoscalersGetter
}

type HorizontalPodAutoscalerExpansion

type HorizontalPodAutoscalerExpansion interface{}

type HorizontalPodAutoscalerInterface

HorizontalPodAutoscalerInterface has methods to work with HorizontalPodAutoscaler resources.

type HorizontalPodAutoscalersGetter

type HorizontalPodAutoscalersGetter interface {
	HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerInterface
}

HorizontalPodAutoscalersGetter has a method to return a HorizontalPodAutoscalerInterface. A group's client should implement this interface.

Source Files

autoscaling_client.go doc.go generated_expansion.go horizontalpodautoscaler.go

Directories

PathSynopsis
deprecated/typed/autoscaling/v2beta2/fakePackage fake has the automatically generated clients.
Version
v0.19.3-rc.0
Published
Sep 16, 2020
Platform
js/wasm
Imports
8 packages
Last checked
1 minute ago

Tools for package owners.