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.
Click to show internal directories.
Click to hide internal directories.