kubernetes/pkg/printers/internalversion
Kubernetes Submit Queue 707b7fd179
Merge pull request #59701 from mlmhl/kubectl_describe_pvc_condition
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
2018-03-21 11:38:29 -07:00
..
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD CRD should have server side printing 2018-02-24 13:44:05 -05:00
describe.go Merge pull request #59701 from mlmhl/kubectl_describe_pvc_condition 2018-03-21 11:38:29 -07:00
describe_test.go Merge pull request #59701 from mlmhl/kubectl_describe_pvc_condition 2018-03-21 11:38:29 -07:00
printers.go kubectl get psp: modify header to show PRIV instead of DATA for column with privileged flag. 2018-03-13 16:08:33 +01:00
printers_test.go Differentiate between target and target average value 2018-02-26 18:46:43 +01:00
sorted_resource_name_list_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00