forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#31607 from jsafrane/describe-storageclass
Automatic merge from submit-queue Add kubectl describe storageclass. Sample output: ``` Name: fast Annotations: storage.beta.kubernetes.io/default-class=true Provisioner: kubernetes.io/aws-ebs Parameters: type=gp2 No events. Name: slow Annotations: <none> Provisioner: kubernetes.io/aws-ebs Parameters: type=sc1 No events. ``` (it looks nicely aligned in terminal) Proposing 1.4, it's bugfix, not a feature.
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters