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 AppsV1Client ¶
type AppsV1Client struct {
// contains filtered or unexported fields
}
AppsV1Client is used to interact with features provided by the apps.k8s.appscode.com group.
func New ¶
func New(c rest.Interface) *AppsV1Client
New creates a new AppsV1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*AppsV1Client, error)
NewForConfig creates a new AppsV1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶
NewForConfigAndClient creates a new AppsV1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *AppsV1Client
NewForConfigOrDie creates a new AppsV1Client for the given config and panics if there is an error in the config.
func (*AppsV1Client) PetSets ¶
func (c *AppsV1Client) PetSets(namespace string) PetSetInterface
func (*AppsV1Client) PlacementPolicies ¶
func (c *AppsV1Client) PlacementPolicies() PlacementPolicyInterface
func (*AppsV1Client) RESTClient ¶
func (c *AppsV1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type AppsV1Interface ¶
type AppsV1Interface interface { RESTClient() rest.Interface PetSetsGetter PlacementPoliciesGetter }
type PetSetExpansion ¶
type PetSetExpansion interface{}
type PetSetInterface ¶
type PetSetInterface interface { Create(ctx context.Context, petSet *v1.PetSet, opts metav1.CreateOptions) (*v1.PetSet, error) Update(ctx context.Context, petSet *v1.PetSet, opts metav1.UpdateOptions) (*v1.PetSet, error) UpdateStatus(ctx context.Context, petSet *v1.PetSet, opts metav1.UpdateOptions) (*v1.PetSet, error) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.PetSet, error) List(ctx context.Context, opts metav1.ListOptions) (*v1.PetSetList, error) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.PetSet, err error) GetScale(ctx context.Context, petSetName string, options metav1.GetOptions) (*autoscalingv1.Scale, error) UpdateScale(ctx context.Context, petSetName string, scale *autoscalingv1.Scale, opts metav1.UpdateOptions) (*autoscalingv1.Scale, error) PetSetExpansion }
PetSetInterface has methods to work with PetSet resources.
type PetSetsGetter ¶
type PetSetsGetter interface {
PetSets(namespace string) PetSetInterface
}
PetSetsGetter has a method to return a PetSetInterface. A group's client should implement this interface.
type PlacementPoliciesGetter ¶
type PlacementPoliciesGetter interface {
PlacementPolicies() PlacementPolicyInterface
}
PlacementPoliciesGetter has a method to return a PlacementPolicyInterface. A group's client should implement this interface.
type PlacementPolicyExpansion ¶
type PlacementPolicyExpansion interface{}
type PlacementPolicyInterface ¶
type PlacementPolicyInterface interface { Create(ctx context.Context, placementPolicy *v1.PlacementPolicy, opts metav1.CreateOptions) (*v1.PlacementPolicy, error) Update(ctx context.Context, placementPolicy *v1.PlacementPolicy, opts metav1.UpdateOptions) (*v1.PlacementPolicy, error) Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.PlacementPolicy, error) List(ctx context.Context, opts metav1.ListOptions) (*v1.PlacementPolicyList, error) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.PlacementPolicy, err error) PlacementPolicyExpansion }
PlacementPolicyInterface has methods to work with PlacementPolicy resources.