diff --git a/pkg/apis/coordination/types.go b/pkg/apis/coordination/types.go index 59362b76488..72d0a3a6218 100644 --- a/pkg/apis/coordination/types.go +++ b/pkg/apis/coordination/types.go @@ -138,8 +138,6 @@ type LeaseCandidateSpec struct { // If multiple candidates for the same Lease return different strategies, the strategy provided // by the candidate with the latest BinaryVersion will be used. If there is still conflict, // this is a user error and coordinated leader election will not operate the Lease until resolved. - // (Alpha) Using this field requires the CoordinatedLeaderElection feature gate to be enabled. - // +featureGate=CoordinatedLeaderElection // +listType=atomic // +required Strategy CoordinatedLeaseStrategy diff --git a/staging/src/k8s.io/api/coordination/v1alpha2/types.go b/staging/src/k8s.io/api/coordination/v1alpha2/types.go index 2f53b097a28..13e1deb067d 100644 --- a/staging/src/k8s.io/api/coordination/v1alpha2/types.go +++ b/staging/src/k8s.io/api/coordination/v1alpha2/types.go @@ -73,8 +73,6 @@ type LeaseCandidateSpec struct { // If multiple candidates for the same Lease return different strategies, the strategy provided // by the candidate with the latest BinaryVersion will be used. If there is still conflict, // this is a user error and coordinated leader election will not operate the Lease until resolved. - // (Alpha) Using this field requires the CoordinatedLeaderElection feature gate to be enabled. - // +featureGate=CoordinatedLeaderElection // +required Strategy v1.CoordinatedLeaseStrategy `json:"strategy,omitempty" protobuf:"bytes,6,opt,name=strategy"` }