mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-07 18:06:21 +00:00
scheduler: add dynamic resource allocation plugin
The plugin handles the interaction with ResourceClaims that are referenced by a Pod.
This commit is contained in:
@@ -20,6 +20,7 @@ package feature
|
||||
// This struct allows us to break the dependency of the plugins on
|
||||
// the internal k8s features pkg.
|
||||
type Features struct {
|
||||
EnableDynamicResourceAllocation bool
|
||||
EnableReadWriteOncePod bool
|
||||
EnableVolumeCapacityPriority bool
|
||||
EnableMinDomainsInPodTopologySpread bool
|
||||
|
||||
Reference in New Issue
Block a user