Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageCapabilityController ¶
type StorageCapabilityController struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( storageClassClient storageclient.StorageClassInterface, storageClassInformer storageinformersv1.StorageClassInformer, csiDriverInformer storageinformersv1.CSIDriverInformer, ) *StorageCapabilityController
This controller is responsible to watch StorageClass and CSIDriver. And then update StorageClass CRD resource object to the newest status.
func (*StorageCapabilityController) Run ¶
func (c *StorageCapabilityController) Run(threadCnt int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.