features

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2022 License: Apache-2.0 Imports: 3 Imported by: 4

Documentation

Index

Constants

View Source
const (

	// owner: @marun
	// alpha: v0.1
	//
	// PushReconciler ensures that managed resources in member clusters represent the state declared in federated resources.
	PushReconciler featuregate.Feature = "PushReconciler"

	// owner: @irfanurrehman
	// alpha: v0.1
	//
	// Scheduler controllers which dynamically schedules workloads based on user preferences.
	SchedulerPreferences featuregate.Feature = "SchedulerPreferences"

	// owner: @hectorj2f
	// beta: v0.5
	//
	// RawResourceStatusCollection enables the collection of the status of target types when enabled
	RawResourceStatusCollection featuregate.Feature = "RawResourceStatusCollection"
)

Variables

View Source
var DefaultKubeFedFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
	SchedulerPreferences:        {Default: true, PreRelease: featuregate.Alpha},
	PushReconciler:              {Default: true, PreRelease: featuregate.Beta},
	RawResourceStatusCollection: {Default: false, PreRelease: featuregate.Beta},
}

DefaultKubeFedFeatureGates consists of all known KubeFed-specific feature keys. To add a new feature, define a key for it above and add it here.

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