feature

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2025 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// ExternalFleet allows to disable in-tree management of the Fleet clusters
	// in the imported rancher clusters, by setting "provisioning.cattle.io/externally-managed"
	// annotation.
	ExternalFleet featuregate.Feature = "addon-provider-fleet"

	// AgentTLSMode if enabled Turtles will use the agent-tls-mode setting to determine
	// CA cert trust mode for importing clusters.
	AgentTLSMode featuregate.Feature = "agent-tls-mode"

	// UIPlugin if enabled Turtles will install and manage UIPlugin resource for CAPI UI.
	UIPlugin featuregate.Feature = "ui-plugin"
)

Variables

View Source
var (
	// MutableGates is a mutable version of DefaultFeatureGate.
	// Only top-level commands/options setup and the k8s.io/component-base/featuregate/testing package should make use of this.
	// Tests that need to modify featuregate gates for the duration of their test should use
	// defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.<FeatureName>, <value>)().
	MutableGates featuregate.MutableFeatureGate = feature.MutableGates

	// Gates is a shared global FeatureGate.
	// Top-level commands/options setup that needs to modify this featuregate gate should use DefaultMutableFeatureGate.
	Gates featuregate.FeatureGate = MutableGates
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL