Documentation ¶
Index ¶
Constants ¶
View Source
const ( CloudStackKubeVipDisabledEnvVar = "CLOUDSTACK_KUBE_VIP_DISABLED" FullLifecycleAPIEnvVar = "FULL_LIFECYCLE_API" FullLifecycleGate = "FullLifecycleAPI" CheckpointEnabledEnvVar = "CHECKPOINT_ENABLED" UseNewWorkflowsEnvVar = "USE_NEW_WORKFLOWS" ExperimentalSelfManagedClusterUpgradeEnvVar = "EXP_SELF_MANAGED_API_UPGRADE" )
These are environment variables used as flags to enable/disable features.
Variables ¶
This section is empty.
Functions ¶
func ClearCache ¶ added in v0.9.0
func ClearCache()
ClearCache is mainly used for unit tests as of now.
Types ¶
type Feature ¶
func CheckpointEnabled ¶ added in v0.11.0
func CheckpointEnabled() Feature
func CloudStackKubeVipDisabled ¶ added in v0.9.0
func CloudStackKubeVipDisabled() Feature
func ExperimentalSelfManagedClusterUpgrade ¶ added in v0.16.0
func ExperimentalSelfManagedClusterUpgrade() Feature
ExperimentalSelfManagedClusterUpgrade allows self managed cluster upgrades through the API.
func FullLifecycleAPI ¶ added in v0.7.0
func FullLifecycleAPI() Feature
func UseNewWorkflows ¶ added in v0.12.0
func UseNewWorkflows() Feature
Click to show internal directories.
Click to hide internal directories.