Merge pull request #21235 from davidopp/affinity-docs

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-20 11:15:02 -08:00
6 changed files with 107 additions and 15 deletions

View File

@@ -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"