Skip to content

Commit f84eb5e

Browse files
committed
DRA: remove "classic DRA"
This removes the DRAControlPlaneController feature gate, the fields controlled by it (claim.spec.controller, claim.status.deallocationRequested, claim.status.allocation.controller, class.spec.suitableNodes), the PodSchedulingContext type, and all code related to the feature. The feature gets removed because there is no path towards beta and GA and DRA with "structured parameters" should be able to replace it.
1 parent b7fb82f commit f84eb5e

File tree

111 files changed

+2262
-14059
lines changed

Some content is hidden

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

111 files changed

+2262
-14059
lines changed

api/discovery/aggregated_v2.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,41 +1966,6 @@
19661966
"watch"
19671967
]
19681968
},
1969-
{
1970-
"resource": "podschedulingcontexts",
1971-
"responseKind": {
1972-
"group": "",
1973-
"kind": "PodSchedulingContext",
1974-
"version": ""
1975-
},
1976-
"scope": "Namespaced",
1977-
"singularResource": "podschedulingcontext",
1978-
"subresources": [
1979-
{
1980-
"responseKind": {
1981-
"group": "",
1982-
"kind": "PodSchedulingContext",
1983-
"version": ""
1984-
},
1985-
"subresource": "status",
1986-
"verbs": [
1987-
"get",
1988-
"patch",
1989-
"update"
1990-
]
1991-
}
1992-
],
1993-
"verbs": [
1994-
"create",
1995-
"delete",
1996-
"deletecollection",
1997-
"get",
1998-
"list",
1999-
"patch",
2000-
"update",
2001-
"watch"
2002-
]
2003-
},
20041969
{
20051970
"resource": "resourceclaims",
20061971
"responseKind": {

api/discovery/apis__resource.k8s.io__v1alpha3.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,6 @@
2020
"watch"
2121
]
2222
},
23-
{
24-
"kind": "PodSchedulingContext",
25-
"name": "podschedulingcontexts",
26-
"namespaced": true,
27-
"singularName": "podschedulingcontext",
28-
"storageVersionHash": "SkSsa067T7g=",
29-
"verbs": [
30-
"create",
31-
"delete",
32-
"deletecollection",
33-
"get",
34-
"list",
35-
"patch",
36-
"update",
37-
"watch"
38-
]
39-
},
40-
{
41-
"kind": "PodSchedulingContext",
42-
"name": "podschedulingcontexts/status",
43-
"namespaced": true,
44-
"singularName": "",
45-
"verbs": [
46-
"get",
47-
"patch",
48-
"update"
49-
]
50-
},
5123
{
5224
"kind": "ResourceClaim",
5325
"name": "resourceclaims",

0 commit comments

Comments
 (0)