Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterController ¶
type ClusterController struct {
// contains filtered or unexported fields
}
ClusterController monitors cluster events and reacts to clean up any affected volume attachments
func NewClusterController ¶
func NewClusterController(context *clusterd.Context, flexvolumeController flexvolume.VolumeController, volumeAttachment attachment.Attachment, manager flexvolume.VolumeManager) *ClusterController
NewClusterController creates a new instance of a ClusterController
func (*ClusterController) StartWatch ¶
func (c *ClusterController) StartWatch(namespace string, stopCh chan struct{}) error
StartWatch will start the watching of cluster events by this controller
Click to show internal directories.
Click to hide internal directories.