Skip to content

Commit a7505f0

Browse files
committedMar 12, 2025
generated
1 parent 5ba4a90 commit a7505f0

31 files changed

+6453
-368
lines changed
 

‎api/discovery/aggregated_v2.json

+26
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,32 @@
16631663
],
16641664
"version": "v1"
16651665
},
1666+
{
1667+
"freshness": "Current",
1668+
"resources": [
1669+
{
1670+
"resource": "leasecandidates",
1671+
"responseKind": {
1672+
"group": "",
1673+
"kind": "LeaseCandidate",
1674+
"version": ""
1675+
},
1676+
"scope": "Namespaced",
1677+
"singularResource": "leasecandidate",
1678+
"verbs": [
1679+
"create",
1680+
"delete",
1681+
"deletecollection",
1682+
"get",
1683+
"list",
1684+
"patch",
1685+
"update",
1686+
"watch"
1687+
]
1688+
}
1689+
],
1690+
"version": "v1beta1"
1691+
},
16661692
{
16671693
"freshness": "Current",
16681694
"resources": [

‎api/discovery/apis.json

+4
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@
239239
"groupVersion": "coordination.k8s.io/v1",
240240
"version": "v1"
241241
},
242+
{
243+
"groupVersion": "coordination.k8s.io/v1beta1",
244+
"version": "v1beta1"
245+
},
242246
{
243247
"groupVersion": "coordination.k8s.io/v1alpha2",
244248
"version": "v1alpha2"

‎api/discovery/apis__coordination.k8s.io.json

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"groupVersion": "coordination.k8s.io/v1",
1212
"version": "v1"
1313
},
14+
{
15+
"groupVersion": "coordination.k8s.io/v1beta1",
16+
"version": "v1beta1"
17+
},
1418
{
1519
"groupVersion": "coordination.k8s.io/v1alpha2",
1620
"version": "v1alpha2"

‎api/discovery/apis__coordination.k8s.io__v1alpha2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "leasecandidates",
99
"namespaced": true,
1010
"singularName": "leasecandidate",
11-
"storageVersionHash": "RuOD9aJW3DI=",
11+
"storageVersionHash": "lvME0iHWE20=",
1212
"verbs": [
1313
"create",
1414
"delete",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"apiVersion": "v1",
3+
"groupVersion": "coordination.k8s.io/v1beta1",
4+
"kind": "APIResourceList",
5+
"resources": [
6+
{
7+
"kind": "LeaseCandidate",
8+
"name": "leasecandidates",
9+
"namespaced": true,
10+
"singularName": "leasecandidate",
11+
"storageVersionHash": "lvME0iHWE20=",
12+
"verbs": [
13+
"create",
14+
"delete",
15+
"deletecollection",
16+
"get",
17+
"list",
18+
"patch",
19+
"update",
20+
"watch"
21+
]
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)
Please sign in to comment.