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 DirectCSIDriveExpansion ¶
type DirectCSIDriveExpansion interface{}
type DirectCSIDriveInterface ¶
type DirectCSIDriveInterface interface { Create(ctx context.Context, directCSIDrive *v1beta1.DirectCSIDrive, opts v1.CreateOptions) (*v1beta1.DirectCSIDrive, error) Update(ctx context.Context, directCSIDrive *v1beta1.DirectCSIDrive, opts v1.UpdateOptions) (*v1beta1.DirectCSIDrive, error) UpdateStatus(ctx context.Context, directCSIDrive *v1beta1.DirectCSIDrive, opts v1.UpdateOptions) (*v1beta1.DirectCSIDrive, 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.DirectCSIDrive, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DirectCSIDriveList, 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.DirectCSIDrive, err error) DirectCSIDriveExpansion }
DirectCSIDriveInterface has methods to work with DirectCSIDrive resources.
type DirectCSIDrivesGetter ¶
type DirectCSIDrivesGetter interface {
DirectCSIDrives() DirectCSIDriveInterface
}
DirectCSIDrivesGetter has a method to return a DirectCSIDriveInterface. A group's client should implement this interface.
type DirectCSIVolumeExpansion ¶
type DirectCSIVolumeExpansion interface{}
type DirectCSIVolumeInterface ¶
type DirectCSIVolumeInterface interface { Create(ctx context.Context, directCSIVolume *v1beta1.DirectCSIVolume, opts v1.CreateOptions) (*v1beta1.DirectCSIVolume, error) Update(ctx context.Context, directCSIVolume *v1beta1.DirectCSIVolume, opts v1.UpdateOptions) (*v1beta1.DirectCSIVolume, error) UpdateStatus(ctx context.Context, directCSIVolume *v1beta1.DirectCSIVolume, opts v1.UpdateOptions) (*v1beta1.DirectCSIVolume, 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.DirectCSIVolume, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DirectCSIVolumeList, 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.DirectCSIVolume, err error) DirectCSIVolumeExpansion }
DirectCSIVolumeInterface has methods to work with DirectCSIVolume resources.
type DirectCSIVolumesGetter ¶
type DirectCSIVolumesGetter interface {
DirectCSIVolumes() DirectCSIVolumeInterface
}
DirectCSIVolumesGetter has a method to return a DirectCSIVolumeInterface. A group's client should implement this interface.
type DirectV1beta1Client ¶
type DirectV1beta1Client struct {
// contains filtered or unexported fields
}
DirectV1beta1Client is used to interact with features provided by the direct.csi.min.io group.
func New ¶
func New(c rest.Interface) *DirectV1beta1Client
New creates a new DirectV1beta1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*DirectV1beta1Client, error)
NewForConfig creates a new DirectV1beta1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *DirectV1beta1Client
NewForConfigOrDie creates a new DirectV1beta1Client for the given config and panics if there is an error in the config.
func (*DirectV1beta1Client) DirectCSIDrives ¶
func (c *DirectV1beta1Client) DirectCSIDrives() DirectCSIDriveInterface
func (*DirectV1beta1Client) DirectCSIVolumes ¶
func (c *DirectV1beta1Client) DirectCSIVolumes() DirectCSIVolumeInterface
func (*DirectV1beta1Client) RESTClient ¶
func (c *DirectV1beta1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type DirectV1beta1Interface ¶
type DirectV1beta1Interface interface { RESTClient() rest.Interface DirectCSIDrivesGetter DirectCSIVolumesGetter }