mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Merge pull request #21235 from davidopp/affinity-docs
Auto commit by PR queue bot
This commit is contained in:
@@ -16,6 +16,7 @@ limitations under the License.
|
||||
|
||||
package unversioned
|
||||
|
||||
const LabelZoneFailureDomain = "failure-domain.alpha.kubernetes.io/zone"
|
||||
const LabelZoneRegion = "failure-domain.alpha.kubernetes.io/region"
|
||||
const LabelHostname = "kubernetes.io/hostname"
|
||||
const LabelZoneFailureDomain = "failure-domain.beta.kubernetes.io/zone"
|
||||
const LabelZoneRegion = "failure-domain.beta.kubernetes.io/region"
|
||||
const LabelInstanceType = "beta.kubernetes.io/instance-type"
|
||||
|
||||
Reference in New Issue
Block a user