Merge pull request #17569 from quinton-hoole/2015-11-19-fix-node-zone-labels

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-21 16:33:11 -08:00

View File

@@ -16,5 +16,5 @@ limitations under the License.
package unversioned
const LabelZoneFailureDomain = "kubernetes.io/zone-failure-domain"
const LabelZoneRegion = "kubernetes.io/zone-region"
const LabelZoneFailureDomain = "failure-domain.alpha.kubernetes.io/zone"
const LabelZoneRegion = "failure-domain.alpha.kubernetes.io/region"