• pospispa's avatar
    kubectl: Add Terminating state to PVCs · 22370d92
    pospispa authored
    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`.
    22370d92
printers.go 70.1 KB