type Features struct {
EnableDynamicResourceAllocation bool EnableReadWriteOncePod bool EnableVolumeCapacityPriority bool EnableMinDomainsInPodTopologySpread bool EnableNodeInclusionPolicyInPodTopologySpread bool EnableMatchLabelKeysInPodTopologySpread bool EnablePodSchedulingReadiness 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.