k3s/pkg/printers
Kubernetes Submit Queue 8f23d76de1
Merge pull request #55873 from jsafrane/show-pvc-terminating
Automatic merge from submit-queue (batch tested with PRs 55873, 56156). 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>.

kubectl: Add Terminating state to PVCs

kubectl should show something when a PVC has a deletion timestamp and is waiting for deletion. This patch follows Pod - it adds Terminating state.

For easier discovery of errors, finalizers are printed in `kubectl describe pvc`.

This is part of [PVC finalizer feature for 1.9](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/postpone-pvc-deletion-if-used-in-a-pod.md) where we will keep PVC waiting for deletion for a longer time than before so users should know what is going on.

/sig cli

**Release note**:
```release-note
NONE
```
2017-11-22 06:43:23 -08:00
..
internalversion Merge pull request #55873 from jsafrane/show-pvc-terminating 2017-11-22 06:43:23 -08:00
storage update BUILD files 2017-10-15 18:18:13 -07:00
.import-restrictions
BUILD Update generated files 2017-11-09 12:14:08 +01:00
OWNERS
common.go
customcolumn.go outputs <none> for colums not found 2017-09-27 11:27:55 -07:00
customcolumn_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
humanreadable.go Table printers and server generation should always copy ListMeta 2017-11-17 10:30:32 -05:00
humanreadable_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
interface.go consolidate printer OutputOpts w PrintOpts 2017-11-20 14:49:23 -05:00
json.go
jsonpath.go
name.go
printers.go consolidate printer OutputOpts w PrintOpts 2017-11-20 14:49:23 -05:00
tabwriter.go
template.go
versioned.go