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 // Whether or not the operator is running in multi-tenant mode. // When true, this means some CRDs are installed as namespace scoped // instead of cluster scoped. MultiTenant bool // Whether or not the cluster supports PodSecurityPolicies. UsePSP bool }
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.