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 {
*rest.RESTClient
}
AutoscalingClient is used to interact with features provided by the Autoscaling group.
func New ¶
func New(c *rest.RESTClient) *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) GetRESTClient ¶
func (c *AutoscalingClient) GetRESTClient() *rest.RESTClient
GetRESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*AutoscalingClient) HorizontalPodAutoscalers ¶
func (c *AutoscalingClient) HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerInterface
type AutoscalingInterface ¶
type AutoscalingInterface interface { GetRESTClient() *rest.RESTClient 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.DeleteOptions) error DeleteCollection(options *api.DeleteOptions, listOptions api.ListOptions) error Get(name string) (*v1.HorizontalPodAutoscaler, error) List(opts api.ListOptions) (*v1.HorizontalPodAutoscalerList, error) Watch(opts api.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.