Skip to content
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

Merged
merged 2 commits into from
Mar 1, 2022
Merged

Conversation

tgross
Copy link
Member

@tgross tgross commented Feb 28, 2022

A minor fit-and-finish issue in the CLI.

@tgross tgross force-pushed the csi-cli-sort-allocs-plugin-status branch from 2cb0c5d to 242e591 Compare February 28, 2022 21:53
@tgross tgross marked this pull request as ready for review February 28, 2022 21:53
@vercel vercel bot temporarily deployed to Preview – nomad February 28, 2022 21:53 Inactive
@tgross tgross requested review from shoenig and jrasell and removed request for shoenig February 28, 2022 21:53
@tgross tgross added this to the 1.3.0 milestone Feb 28, 2022
@tgross tgross removed the request for review from jrasell February 28, 2022 21:55
@tgross tgross changed the title CSI: sort allocations in plugin status CSI: sort capabilities in plugin status Feb 28, 2022
@vercel vercel bot temporarily deployed to Preview – nomad February 28, 2022 21:56 Inactive
@@ -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")
Copy link
Member Author

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.

Copy link
Member

@shoenig shoenig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgross tgross merged commit c06f31e into main Mar 1, 2022
@tgross tgross deleted the csi-cli-sort-allocs-plugin-status branch March 1, 2022 12:59
@github-actions
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants