Merge pull request #34734 from kubernetes/eparis-unset-class-doc-typo

Automatic merge from submit-queue

Fix description of considered PVs for unset claim.Spec.Class
pull/6/head
Kubernetes Submit Queue 2016-10-13 10:48:43 -07:00 committed by GitHub
commit a474b2b9a0
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ We propose that:
1. If the claim has non-empty `claim.Spec.Class`, only PVs with the same
`pv.Spec.Class` are considered.
2. If the claim has empty `claim.Spec.Class`, all existing PVs are
considered.
2. If the claim has empty `claim.Spec.Class`, only PVs with an unset `pv.Spec.Class` are considered.
All "considered" volumes are evaluated and the
smallest matching volume is bound to the claim.