Skip to content

Commit 45260fd

Browse files
authored
Merge pull request kubernetes#127857 from Jefftree/cle-v1alpha2
Coordinated Leader Election add v1alpha2
2 parents 6db9477 + e86c38b commit 45260fd

File tree

100 files changed

+1080
-1283
lines changed

Some content is hidden

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

100 files changed

+1080
-1283
lines changed

api/discovery/aggregated_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
]
16231623
}
16241624
],
1625-
"version": "v1alpha1"
1625+
"version": "v1alpha2"
16261626
}
16271627
]
16281628
},

api/discovery/apis.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@
240240
"version": "v1"
241241
},
242242
{
243-
"groupVersion": "coordination.k8s.io/v1alpha1",
244-
"version": "v1alpha1"
243+
"groupVersion": "coordination.k8s.io/v1alpha2",
244+
"version": "v1alpha2"
245245
}
246246
]
247247
},

api/discovery/apis__coordination.k8s.io.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"version": "v1"
1313
},
1414
{
15-
"groupVersion": "coordination.k8s.io/v1alpha1",
16-
"version": "v1alpha1"
15+
"groupVersion": "coordination.k8s.io/v1alpha2",
16+
"version": "v1alpha2"
1717
}
1818
]
1919
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"apiVersion": "v1",
3-
"groupVersion": "coordination.k8s.io/v1alpha1",
3+
"groupVersion": "coordination.k8s.io/v1alpha2",
44
"kind": "APIResourceList",
55
"resources": [
66
{
77
"kind": "LeaseCandidate",
88
"name": "leasecandidates",
99
"namespaced": true,
1010
"singularName": "leasecandidate",
11-
"storageVersionHash": "VM2ILh8OBCI=",
11+
"storageVersionHash": "RuOD9aJW3DI=",
1212
"verbs": [
1313
"create",
1414
"delete",

0 commit comments

Comments
 (0)