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 ImageExpansion ¶
type ImageExpansion interface{}
type ImageImportExpansion ¶
type ImageImportExpansion interface{}
type ImageImportInterface ¶
type ImageImportInterface interface {
Create(ctx context.Context, imageImport *v1beta1.ImageImport, opts v1.CreateOptions) (*v1beta1.ImageImport, error)
Update(ctx context.Context, imageImport *v1beta1.ImageImport, opts v1.UpdateOptions) (*v1beta1.ImageImport, error)
UpdateStatus(ctx context.Context, imageImport *v1beta1.ImageImport, opts v1.UpdateOptions) (*v1beta1.ImageImport, 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) (*v1beta1.ImageImport, error)
List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ImageImportList, 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 *v1beta1.ImageImport, err error)
ImageImportExpansion
}
ImageImportInterface has methods to work with ImageImport resources.
type ImageImportsGetter ¶
type ImageImportsGetter interface {
ImageImports(namespace string) ImageImportInterface
}
ImageImportsGetter has a method to return a ImageImportInterface. A group's client should implement this interface.
type ImageInterface ¶
type ImageInterface interface {
Create(ctx context.Context, image *v1beta1.Image, opts v1.CreateOptions) (*v1beta1.Image, error)
Update(ctx context.Context, image *v1beta1.Image, opts v1.UpdateOptions) (*v1beta1.Image, error)
UpdateStatus(ctx context.Context, image *v1beta1.Image, opts v1.UpdateOptions) (*v1beta1.Image, 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) (*v1beta1.Image, error)
List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ImageList, 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 *v1beta1.Image, err error)
ImageExpansion
}
ImageInterface has methods to work with Image resources.
type ImagesGetter ¶
type ImagesGetter interface {
Images(namespace string) ImageInterface
}
ImagesGetter has a method to return a ImageInterface. A group's client should implement this interface.
type ShipwrightV1beta1Client ¶
type ShipwrightV1beta1Client struct {
// contains filtered or unexported fields
}
ShipwrightV1beta1Client is used to interact with features provided by the shipwright.io group.
func New ¶
func New(c rest.Interface) *ShipwrightV1beta1Client
New creates a new ShipwrightV1beta1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*ShipwrightV1beta1Client, error)
NewForConfig creates a new ShipwrightV1beta1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *ShipwrightV1beta1Client
NewForConfigOrDie creates a new ShipwrightV1beta1Client for the given config and panics if there is an error in the config.
func (*ShipwrightV1beta1Client) ImageImports ¶
func (c *ShipwrightV1beta1Client) ImageImports(namespace string) ImageImportInterface
func (*ShipwrightV1beta1Client) Images ¶
func (c *ShipwrightV1beta1Client) Images(namespace string) ImageInterface
func (*ShipwrightV1beta1Client) RESTClient ¶
func (c *ShipwrightV1beta1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type ShipwrightV1beta1Interface ¶
type ShipwrightV1beta1Interface interface {
RESTClient() rest.Interface
ImagesGetter
ImageImportsGetter
}