Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ControllerReSyncInterval = 30 * time.Second
ControllerSyncInterval is exposed so that integration tests can crank up the controller resync speed.
Functions ¶
func NewAvailableStatusController ¶
func NewAvailableStatusController( recorder events.Recorder, spokeDynamicClient dynamic.Interface, manifestWorkClient workv1client.ManifestWorkInterface, manifestWorkInformer workinformer.ManifestWorkInformer, manifestWorkLister worklister.ManifestWorkNamespaceLister, ) factory.Controller
NewAvailableStatusController returns a AvailableStatusController
Types ¶
type AvailableStatusController ¶
type AvailableStatusController struct {
// contains filtered or unexported fields
}
AvailableStatusController is to update the available status conditions of both manifests and manifestworks.
Click to show internal directories.
Click to hide internal directories.