package v1
import "k8s.io/client-go/1.4/kubernetes/typed/autoscaling/v1"
This package has the automatically generated typed clients.
Index ¶
- type AutoscalingClient
- func New(c *rest.RESTClient) *AutoscalingClient
- func NewForConfig(c *rest.Config) (*AutoscalingClient, error)
- func NewForConfigOrDie(c *rest.Config) *AutoscalingClient
- func (c *AutoscalingClient) GetRESTClient() *rest.RESTClient
- func (c *AutoscalingClient) HorizontalPodAutoscalers(namespace string) HorizontalPodAutoscalerInterface
- type AutoscalingInterface
- type HorizontalPodAutoscalerExpansion
- type HorizontalPodAutoscalerInterface
- type HorizontalPodAutoscalersGetter
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.
Source Files ¶
autoscaling_client.go doc.go generated_expansion.go horizontalpodautoscaler.go
Directories ¶
Path | Synopsis |
---|---|
1.4/kubernetes/typed/autoscaling/v1/fake | Package fake has the automatically generated clients. |
- Version
- v1.4.0
- Published
- Oct 17, 2016
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 19 minutes ago –
Tools for package owners.