Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoscalingClient ¶
type AutoscalingClient struct {
// contains filtered or unexported fields
}
AutoscalingClient is used to interact with features provided by the Autoscaling group.
func New ¶
func New(c rest.Interface) *AutoscalingClient
New creates a new AutoscalingClient for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*AutoscalingClient, error)
NewForConfig creates a new AutoscalingClient for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *AutoscalingClient
NewForConfigOrDie creates a new AutoscalingClient for the given config and panics if there is an error in the config.
func (*AutoscalingClient) HorizontalPodAutoscalers ¶
func (c *AutoscalingClient) HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerInterface
func (*AutoscalingClient) RESTClient ¶
func (c *AutoscalingClient) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type AutoscalingInterface ¶
type AutoscalingInterface interface { RESTClient() rest.Interface HorizontalPodAutoscalersGetter }
type HorizontalPodAutoscalerExpansion ¶
type HorizontalPodAutoscalerExpansion interface{}
type HorizontalPodAutoscalerInterface ¶
type HorizontalPodAutoscalerInterface interface { Create(*v1.HorizontalPodAutoscaler) (*v1.HorizontalPodAutoscaler, error) Update(*v1.HorizontalPodAutoscaler) (*v1.HorizontalPodAutoscaler, error) UpdateStatus(*v1.HorizontalPodAutoscaler) (*v1.HorizontalPodAutoscaler, error) Delete(name string, options *api_v1.DeleteOptions) error DeleteCollection(options *api_v1.DeleteOptions, listOptions api_v1.ListOptions) error Get(name string) (*v1.HorizontalPodAutoscaler, error) List(opts api_v1.ListOptions) (*v1.HorizontalPodAutoscalerList, error) Watch(opts api_v1.ListOptions) (watch.Interface, error) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v1.HorizontalPodAutoscaler, err error) HorizontalPodAutoscalerExpansion }
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.