mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-04 14:22:38 -04:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add description of pvc condition for kubectl describe command **What this PR does / why we need it**: As the title says, add description of `PersistentVolumeClaim.Status.Conditions` for `kubectl describe pvc` command, the output will look like this: ``` Conditions: Type Status LastProbeTime LastTransitionTime Reason Message ---- ------ ----------------- ------------------ ------ ------- Resizing True Mon, 01 Jan 0001 00:00:00 +0000 Sat, 10 Feb 2018 19:20:56 +0800 ``` **Release note**: ```release-note NONE ``` /sig storage /kind enhancement |
||
|---|---|---|
| .. | ||
| .import-restrictions | ||
| BUILD | ||
| describe.go | ||
| describe_test.go | ||
| printers.go | ||
| printers_test.go | ||
| sorted_resource_name_list_test.go | ||