DRA: remove immediate allocation
As agreed in https://github.com/kubernetes/enhancements/pull/4709, immediate allocation is one of those features which can be removed because it makes no sense for structured parameters and the justification for classic DRA is weak.
This commit is contained in:
@@ -762,10 +762,6 @@
|
||||
"io.k8s.api.resource.v1alpha3.ResourceClaimSpec": {
|
||||
"description": "ResourceClaimSpec defines how a resource is to be allocated.",
|
||||
"properties": {
|
||||
"allocationMode": {
|
||||
"description": "Allocation can start immediately or when a Pod wants to use the resource. \"WaitForFirstConsumer\" is the default.",
|
||||
"type": "string"
|
||||
},
|
||||
"parametersRef": {
|
||||
"allOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user