controller-managerk8s.io/controller-manager/pkg/features Index | Files | Directories

package features

import "k8s.io/controller-manager/pkg/features"

Index

Constants

const (

	// owner @smarterclayton
	// alpha: v1.16
	// beta:  v1.19
	//
	// Enable legacy behavior to vary cluster functionality on the node-role.kubernetes.io labels. On by default (legacy), will be turned off in 1.18.
	LegacyNodeRoleBehavior featuregate.Feature = "LegacyNodeRoleBehavior"

	// owner @brendandburns
	// alpha: v1.9
	// beta:  v1.19
	//
	// Enable nodes to exclude themselves from service load balancers
	ServiceNodeExclusion featuregate.Feature = "ServiceNodeExclusion"
)

Functions

func SetupCurrentKubernetesSpecificFeatureGates

func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableFeatureGate) error

Source Files

kube_features.go

Directories

PathSynopsis
pkg/features/register
Version
v0.20.9-rc.0
Published
Jun 17, 2021
Platform
js/wasm
Imports
1 packages
Last checked
1 hour ago

Tools for package owners.