mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #101572 from carlory/fix-prerelease-lifecycle-gen-usage
update the usage doc of prerelease-lifecycle-gen
This commit is contained in:
commit
31ca79b69e
@ -22,11 +22,12 @@ limitations under the License.
|
||||
// Generation is governed by comment tags in the source. Any package may
|
||||
// request Status generation by including a comment in the file-comments of
|
||||
// one file, of the form:
|
||||
// // +k8s:prerelease-lifecycle-gen=package
|
||||
// // +k8s:prerelease-lifecycle-gen=true
|
||||
//
|
||||
// // +k8s:prerelease-lifecycle-gen:introduced=1.19
|
||||
// // +k8s:prerelease-lifecycle-gen:to-be-deprecated=1.22
|
||||
// // +k8s:prerelease-lifecycle-gen:to-be-removed=1.25
|
||||
// // +k8s:prerelease-lifecycle-gen:deprecated=1.22
|
||||
// // +k8s:prerelease-lifecycle-gen:removed=1.25
|
||||
// // +k8s:prerelease-lifecycle-gen:replacement=wardle.example.com,v1,Flunder
|
||||
//
|
||||
// Note that registration is a whole-package option, and is not available for
|
||||
// individual types.
|
||||
|
Loading…
Reference in New Issue
Block a user