Merge pull request #20909 from Clarifai/instance-type-label

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-13 18:51:42 -08:00
10 changed files with 85 additions and 5 deletions

View File

@@ -18,3 +18,4 @@ package unversioned
const LabelZoneFailureDomain = "failure-domain.alpha.kubernetes.io/zone"
const LabelZoneRegion = "failure-domain.alpha.kubernetes.io/region"
const LabelInstanceType = "beta.kubernetes.io/instance-type"