Documentation ¶
Index ¶
- func StartVolumeController(ctx context.Context, nodeID string) error
- type DirectCSIVolumeListener
- func (b *DirectCSIVolumeListener) Add(ctx context.Context, obj *directv1alpha1.DirectCSIVolume) error
- func (b *DirectCSIVolumeListener) Delete(ctx context.Context, obj *directv1alpha1.DirectCSIVolume) error
- func (b *DirectCSIVolumeListener) InitializeDirectCSIClient(bc clientset.Interface)
- func (b *DirectCSIVolumeListener) InitializeKubeClient(k kubeclientset.Interface)
- func (b *DirectCSIVolumeListener) Update(ctx context.Context, old, new *directv1alpha1.DirectCSIVolume) error
- type VolumeUpdateType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DirectCSIVolumeListener ¶ added in v1.0.0
type DirectCSIVolumeListener struct {
// contains filtered or unexported fields
}
func (*DirectCSIVolumeListener) Add ¶ added in v1.0.0
func (b *DirectCSIVolumeListener) Add(ctx context.Context, obj *directv1alpha1.DirectCSIVolume) error
func (*DirectCSIVolumeListener) Delete ¶ added in v1.0.0
func (b *DirectCSIVolumeListener) Delete(ctx context.Context, obj *directv1alpha1.DirectCSIVolume) error
func (*DirectCSIVolumeListener) InitializeDirectCSIClient ¶ added in v1.0.0
func (b *DirectCSIVolumeListener) InitializeDirectCSIClient(bc clientset.Interface)
func (*DirectCSIVolumeListener) InitializeKubeClient ¶ added in v1.0.0
func (b *DirectCSIVolumeListener) InitializeKubeClient(k kubeclientset.Interface)
func (*DirectCSIVolumeListener) Update ¶ added in v1.0.0
func (b *DirectCSIVolumeListener) Update(ctx context.Context, old, new *directv1alpha1.DirectCSIVolume) error
type VolumeUpdateType ¶ added in v1.0.0
type VolumeUpdateType int
const ( VolumeUpdateTypeDeleting VolumeUpdateType = iota VolumeUpdateTypeUnknown )
Click to show internal directories.
Click to hide internal directories.