Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// MultiTenant reports whether the operator runs in multi-tenant mode.
MultiTenant bool
// Cloud reports whether this is a Calico Cloud install.
Cloud bool
// ManageCRDs and UseV3CRDs mirror the operator's CRD management options. The
// installation hook watches the CRDs the variant adds.
ManageCRDs bool
UseV3CRDs bool
}
Options is the Calico Enterprise controller-phase options, held by the hooks that need them. It lives in its own leaf package so the hooks and main can both reference it.
Click to show internal directories.
Click to hide internal directories.