-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSI: sort capabilities in plugin status
#12154
Conversation
2cb0c5d
to
242e591
Compare
plugin status
plugin status
@@ -148,7 +148,7 @@ func (c *PluginStatusCommand) formatControllerCaps(controllers map[string]*api.C | |||
caps = append(caps, "CREATE_DELETE_SNAPSHOT") | |||
fallthrough | |||
case info.SupportsListSnapshots: | |||
caps = append(caps, "CREATE_LIST_SNAPSHOTS") | |||
caps = append(caps, "LIST_SNAPSHOTS") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changelog needed for this, as it hasn't shipped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
A minor fit-and-finish issue in the CLI.