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

package features

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

Index

Constants

const (

	// owner: @nckturner
	// kep:  http://kep.k8s.io/2699
	// alpha: v1.27
	// Enable webhook in cloud controller manager
	CloudControllerManagerWebhook featuregate.Feature = "CloudControllerManagerWebhook"

	// owner: @danwinship
	// alpha: v1.27
	//
	// Enables dual-stack values in the
	// `alpha.kubernetes.io/provided-node-ip` annotation
	CloudDualStackNodeIPs featuregate.Feature = "CloudDualStackNodeIPs"

	// owner: @alexanderConstantinescu
	// kep: http://kep.k8s.io/3458
	// beta: v1.27
	//
	// Enables less load balancer re-configurations by the service controller
	// (KCCM) as an effect of changing node state.
	StableLoadBalancerNodeSet featuregate.Feature = "StableLoadBalancerNodeSet"
)

Functions

func SetupCurrentKubernetesSpecificFeatureGates

func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.MutableFeatureGate) error

Source Files

kube_features.go

Directories

PathSynopsis
pkg/features/register
Version
v0.28.5
Published
Dec 20, 2023
Platform
js/wasm
Imports
1 packages
Last checked
1 hour ago

Tools for package owners.