Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b14c35

Browse files
committedJul 18, 2024
DRA: remove immediate allocation
As agreed in kubernetes/enhancements#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.
1 parent a6ce250 commit 1b14c35

File tree

50 files changed

+1125
-1190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1125
-1190
lines changed
 

‎api/openapi-spec/swagger.json

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

-4
Original file line numberDiff line numberDiff line change
@@ -762,10 +762,6 @@
762762
"io.k8s.api.resource.v1alpha2.ResourceClaimSpec": {
763763
"description": "ResourceClaimSpec defines how a resource is to be allocated.",
764764
"properties": {
765-
"allocationMode": {
766-
"description": "Allocation can start immediately or when a Pod wants to use the resource. \"WaitForFirstConsumer\" is the default.",
767-
"type": "string"
768-
},
769765
"parametersRef": {
770766
"allOf": [
771767
{

0 commit comments

Comments
 (0)
Please sign in to comment.