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 BundleV1alpha1Client ¶
type BundleV1alpha1Client struct {
// contains filtered or unexported fields
}
BundleV1alpha1Client is used to interact with features provided by the bundle.gke.io group.
func New ¶
func New(c rest.Interface) *BundleV1alpha1Client
New creates a new BundleV1alpha1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*BundleV1alpha1Client, error)
NewForConfig creates a new BundleV1alpha1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *BundleV1alpha1Client
NewForConfigOrDie creates a new BundleV1alpha1Client for the given config and panics if there is an error in the config.
func (*BundleV1alpha1Client) ComponentSets ¶
func (c *BundleV1alpha1Client) ComponentSets(namespace string) ComponentSetInterface
func (*BundleV1alpha1Client) Components ¶ added in v0.8.0
func (c *BundleV1alpha1Client) Components(namespace string) ComponentInterface
func (*BundleV1alpha1Client) RESTClient ¶
func (c *BundleV1alpha1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type BundleV1alpha1Interface ¶
type BundleV1alpha1Interface interface { RESTClient() rest.Interface ComponentsGetter ComponentSetsGetter }
type ComponentExpansion ¶ added in v0.8.0
type ComponentExpansion interface{}
type ComponentInterface ¶ added in v0.8.0
type ComponentInterface interface { Create(ctx context.Context, component *v1alpha1.Component, opts v1.CreateOptions) (*v1alpha1.Component, error) Update(ctx context.Context, component *v1alpha1.Component, opts v1.UpdateOptions) (*v1alpha1.Component, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Component, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ComponentList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Component, err error) ComponentExpansion }
ComponentInterface has methods to work with Component resources.
type ComponentSetExpansion ¶
type ComponentSetExpansion interface{}
type ComponentSetInterface ¶
type ComponentSetInterface interface { Create(ctx context.Context, componentSet *v1alpha1.ComponentSet, opts v1.CreateOptions) (*v1alpha1.ComponentSet, error) Update(ctx context.Context, componentSet *v1alpha1.ComponentSet, opts v1.UpdateOptions) (*v1alpha1.ComponentSet, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ComponentSet, error) List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ComponentSetList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ComponentSet, err error) ComponentSetExpansion }
ComponentSetInterface has methods to work with ComponentSet resources.
type ComponentSetsGetter ¶
type ComponentSetsGetter interface {
ComponentSets(namespace string) ComponentSetInterface
}
ComponentSetsGetter has a method to return a ComponentSetInterface. A group's client should implement this interface.
type ComponentsGetter ¶ added in v0.8.0
type ComponentsGetter interface {
Components(namespace string) ComponentInterface
}
ComponentsGetter has a method to return a ComponentInterface. A group's client should implement this interface.