Skip to content

Commit ad4d9b2

Browse files
authored
Merge pull request kubernetes#130294 from Jefftree/cle-doc-fix
Remove gate comment for LeaseCandidate Strategy
2 parents c2529e8 + ff69b5b commit ad4d9b2

File tree

7 files changed

+4
-10
lines changed

7 files changed

+4
-10
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/openapi-spec/v3/apis__coordination.k8s.io__v1alpha2_openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/coordination/types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ type LeaseCandidateSpec struct {
138138
// If multiple candidates for the same Lease return different strategies, the strategy provided
139139
// by the candidate with the latest BinaryVersion will be used. If there is still conflict,
140140
// this is a user error and coordinated leader election will not operate the Lease until resolved.
141-
// (Alpha) Using this field requires the CoordinatedLeaderElection feature gate to be enabled.
142-
// +featureGate=CoordinatedLeaderElection
143141
// +listType=atomic
144142
// +required
145143
Strategy CoordinatedLeaseStrategy

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/coordination/v1alpha2/generated.proto

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/coordination/v1alpha2/types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ type LeaseCandidateSpec struct {
7373
// If multiple candidates for the same Lease return different strategies, the strategy provided
7474
// by the candidate with the latest BinaryVersion will be used. If there is still conflict,
7575
// this is a user error and coordinated leader election will not operate the Lease until resolved.
76-
// (Alpha) Using this field requires the CoordinatedLeaderElection feature gate to be enabled.
77-
// +featureGate=CoordinatedLeaderElection
7876
// +required
7977
Strategy v1.CoordinatedLeaseStrategy `json:"strategy,omitempty" protobuf:"bytes,6,opt,name=strategy"`
8078
}

staging/src/k8s.io/api/coordination/v1alpha2/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)