Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct {
client.Client
Scheme *runtime.Scheme
// Affected is a channel of event.GenericEvent (see "Watching Channels" in
// https://book-v1.book.kubebuilder.io/beyond_basics/controller_watches.html) that is used to
// enqueue additional objects that need updating.
Affected chan event.GenericEvent
// WaitTimeoutSeconds that heartbeat not receive timeout
ScoutWaitTimeoutSeconds int
// InitialDelaySeconds the time that wait for warden start
ScoutInitialDelaySeconds int
// contains filtered or unexported fields
}
ClusterReconciler deploy warden to member cluster when create event trigger
Click to show internal directories.
Click to hide internal directories.