scheduler: add dynamic resource allocation plugin

The plugin handles the interaction with ResourceClaims that are referenced by a
Pod.
This commit is contained in:
Patrick Ohly
2022-04-12 13:41:56 +02:00
parent 0133df3929
commit d2ff210c20
12 changed files with 1848 additions and 1 deletions

View File

@@ -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