Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddOptions ¶
type AddOptions struct { DetectedProvider v1.Provider EnterpriseCRDExists bool AmazonCRDExists bool ClusterDomain string KubernetesVersion *common.VersionInfo ManageCRDs bool ShutdownContext context.Context }
AddOptions are passed to controllers when added to the controller manager. They detail options detected by the daemon at startup that some controllers may either use to determine if they should run at all, or store them and influence their reconciliation loops.
Click to show internal directories.
Click to hide internal directories.