Documentation ¶
Index ¶
- func StartDriveController(ctx context.Context, nodeID string) error
- type DirectCSIDriveListener
- func (b *DirectCSIDriveListener) Add(ctx context.Context, obj *directcsi.DirectCSIDrive) error
- func (b *DirectCSIDriveListener) Delete(ctx context.Context, obj *directcsi.DirectCSIDrive) error
- func (b *DirectCSIDriveListener) InitializeDirectCSIClient(bc clientset.Interface)
- func (b *DirectCSIDriveListener) InitializeKubeClient(k kubeclientset.Interface)
- func (d *DirectCSIDriveListener) Update(ctx context.Context, old, new *directcsi.DirectCSIDrive) error
- type DriveUpdateType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DirectCSIDriveListener ¶
type DirectCSIDriveListener struct {
// contains filtered or unexported fields
}
func (*DirectCSIDriveListener) Add ¶
func (b *DirectCSIDriveListener) Add(ctx context.Context, obj *directcsi.DirectCSIDrive) error
func (*DirectCSIDriveListener) Delete ¶
func (b *DirectCSIDriveListener) Delete(ctx context.Context, obj *directcsi.DirectCSIDrive) error
func (*DirectCSIDriveListener) InitializeDirectCSIClient ¶
func (b *DirectCSIDriveListener) InitializeDirectCSIClient(bc clientset.Interface)
func (*DirectCSIDriveListener) InitializeKubeClient ¶
func (b *DirectCSIDriveListener) InitializeKubeClient(k kubeclientset.Interface)
func (*DirectCSIDriveListener) Update ¶
func (d *DirectCSIDriveListener) Update(ctx context.Context, old, new *directcsi.DirectCSIDrive) error
type DriveUpdateType ¶
type DriveUpdateType int
const ( DriveUpdateTypeDelete DriveUpdateType = iota DriveUpdateTypeOwnAndFormat DriveUpdateTypeStorageSpace DriveUpdateTypeDriveParams DriveUpdateTypeVolumeDelete DriveUpdateTypeUnknown )
Click to show internal directories.
Click to hide internal directories.