Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { // GetExpectedReplicas returns the expected replicas based on cluster status GetExpectedReplicas(*k8sclient.ClusterStatus) (int32, error) // SyncConfig syncs the ConfigMap with controller SyncConfig(*v1.ConfigMap) error // GetParamsVersion returns the latest parameters version from controller GetParamsVersion() string // GetControllerType returns the controller type GetControllerType() string }
Controller defines the interface every controller should implement
Click to show internal directories.
Click to hide internal directories.