Documentation
¶
Index ¶
Constants ¶
View Source
const (
PodCheckMaxIteration = 5
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LifetimeController ¶
type LifetimeController struct {
// contains filtered or unexported fields
}
func NewLifetimeController ¶
func NewLifetimeController( kubeClient kubernetes.Interface, dataClient coreclientset.Interface, syncFrequency time.Duration, volumeController *options.VolumeControllerOptions, messageQueuePublisher *mqpub.MessageQueuePublisherOptions, dataStoreClient datastore.ValidationDataStoreOperations, stopCh <-chan struct{}) (*LifetimeController, error)
func (*LifetimeController) Run ¶
func (lc *LifetimeController) Run(threadiness int) error
type ProviderLifetimes ¶
Click to show internal directories.
Click to hide internal directories.