package feature
import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
Index ¶
Types ¶
type Features ¶
type Features struct { EnablePodAffinityNamespaceSelector bool EnablePodDisruptionBudget bool EnablePodOverhead bool EnableReadWriteOncePod bool }
Features carries feature gate values used by various plugins. This struct allows us to break the dependency of the plugins on the internal k8s features pkg.
Source Files ¶
feature.go
- Version
- v1.22.4-rc.0
- Published
- Oct 27, 2021
- Platform
- js/wasm
- Last checked
- 13 minutes ago –
Tools for package owners.