DRA: remove "sharable" from claim allocation result

Now all claims are shareable up to the limit imposed by the size of the
"reserverFor" array.

This is one of the agreed simplifications for 1.31.
This commit is contained in:
Patrick Ohly
2024-06-13 18:43:17 +02:00
parent de5742ae83
commit 8a629b9f15
30 changed files with 152 additions and 408 deletions

View File

@@ -15068,10 +15068,6 @@
},
"type": "array",
"x-kubernetes-list-type": "atomic"
},
"shareable": {
"description": "Shareable determines whether the resource supports more than one consumer at a time.",
"type": "boolean"
}
},
"type": "object"
@@ -15496,10 +15492,6 @@
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta",
"description": "Standard object metadata"
},
"shareable": {
"description": "Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.",
"type": "boolean"
}
},
"type": "object",

View File

@@ -109,10 +109,6 @@
},
"type": "array",
"x-kubernetes-list-type": "atomic"
},
"shareable": {
"description": "Shareable determines whether the resource supports more than one consumer at a time.",
"type": "boolean"
}
},
"type": "object"
@@ -656,10 +652,6 @@
],
"default": {},
"description": "Standard object metadata"
},
"shareable": {
"description": "Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.",
"type": "boolean"
}
},
"type": "object",