Improvement for k8s.io/docs/reference/kubectl/generated/kubectl_label/ #1637
Labels
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/docs
Categorizes an issue or PR as relevant to SIG Docs.
Page is auto-generated
As of 2:19 PM 8/7/24
Synopsis states:
Update the labels on a resource.
A label key and value must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters each.
Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app.
If --overwrite is true, then existing labels can be overwritten, otherwise attempting to overwrite a label will result in an error.
If --resource-version is specified, then updates will use this resource version, otherwise the existing resource-version will be used.
What resource is being labeled? if is is all resources it could state: Updates the label on all resources.
The text was updated successfully, but these errors were encountered: