Skip to content

Commit 9e27ae2

Browse files
committed
Remove gate for leasecandidate strategy
1 parent 2ca9e2d commit 9e27ae2

File tree

2 files changed

+0
-4
lines changed
  • pkg/apis/coordination
  • staging/src/k8s.io/api/coordination/v1alpha2

2 files changed

+0
-4
lines changed

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

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
}

0 commit comments

Comments
 (0)