generated

This commit is contained in:
Jefftree
2025-02-19 23:30:56 +00:00
parent 9e27ae2725
commit ff69b5bcf3
5 changed files with 4 additions and 6 deletions

View File

@@ -19531,7 +19531,7 @@ func schema_k8sio_api_coordination_v1alpha2_LeaseCandidateSpec(ref common.Refere
},
"strategy": {
SchemaProps: spec.SchemaProps{
Description: "Strategy is the strategy that coordinated leader election will use for picking the leader. 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.",
Description: "Strategy is the strategy that coordinated leader election will use for picking the leader. 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.",
Type: []string{"string"},
Format: "",
},