Documentation ¶
Overview ¶
Package controller implements the reconciliation logic for custom resources.
The reconciliation logic will make use of the other packages (observer, catalog, executor, etc.) to determine the current state of the relevant resources and adjust them to match the provided spec. The reconciliation code responsible for a particular type of custom resource is segregated into its own subdirectory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddToManagerFuncs []func(manager.Manager) error
AddToManagerFuncs is a list of functions to add all Controllers to the Manager
Functions ¶
func AddToManager ¶
AddToManager adds all Controllers to the Manager
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package configmap implements reconciliation for configmap.
|
Package configmap implements reconciliation for configmap. |
Package kubedirectorcluster implements reconciliation for KubeDirectorCluster.
|
Package kubedirectorcluster implements reconciliation for KubeDirectorCluster. |
Package kubedirectorconfig implements reconciliation for KubeDirectorConfig.
|
Package kubedirectorconfig implements reconciliation for KubeDirectorConfig. |
Package secret implements reconciliation for secret.
|
Package secret implements reconciliation for secret. |
Click to show internal directories.
Click to hide internal directories.