Add ReclaimPolicy field to kubectl describe storageclass output.#51607
Add ReclaimPolicy field to kubectl describe storageclass output.#51607k8s-github-robot merged 1 commit intokubernetes:masterfrom
ReclaimPolicy field to kubectl describe storageclass output.#51607Conversation
|
Hi @xingzhou. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
| w.Write(LEVEL_0, "Annotations:\t%s\n", labels.FormatLabels(sc.Annotations)) | ||
| w.Write(LEVEL_0, "Provisioner:\t%s\n", sc.Provisioner) | ||
| w.Write(LEVEL_0, "Parameters:\t%s\n", labels.FormatLabels(sc.Parameters)) | ||
| w.Write(LEVEL_0, "ReclaimPolicy:\t%s\n", *sc.ReclaimPolicy) |
There was a problem hiding this comment.
Should check if ReclaimPolicy is nil before printing it :)
There was a problem hiding this comment.
thanks for the review, have updated the code.
|
/ok-to-test |
Add `ReclaimPolicy` field to `kubectl describe storageclass` output.
83861ce to
957cc8f
Compare
|
/test pull-kubernetes-e2e-kops-aws |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabianofranz, xingzhou Associated issue requirement bypassed by: fabianofranz The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/retest Review the full test history for this PR. |
2 similar comments
|
/retest Review the full test history for this PR. |
|
/retest Review the full test history for this PR. |
|
/test pull-kubernetes-e2e-gce-bazel |
|
/retest Review the full test history for this PR. |
1 similar comment
|
/retest Review the full test history for this PR. |
|
Automatic merge from submit-queue (batch tested with PRs 51438, 52182, 51607, 47912, 51595). If you want to cherry-pick this change to another branch, please follow the instructions here.. |
Add
ReclaimPolicyfield tokubectl describe storageclassoutput.PR #47987 added
ReclaimPolicyfield to StorageClass.Release note: