-
Notifications
You must be signed in to change notification settings - Fork 455
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
Plugin command cleanup #296
Conversation
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.
A few thoughts, not necessarily blockers.
Did you talk to @abperiasamy about this? |
Yes these are his recommendations |
9d0a9df
to
e707723
Compare
Add tenant generate, tenant expand, and delete Generate command allows production users an opportunity to optionally add/edit any additional fields in the yaml before the tenant actually gets created. Also rename operator create command to operator init, volume add and volume list to expand and info.
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.
I think this is a good quickstart foundation! I'll start working on the corresponding docs based on the structure here. Once we merge I'll begin testing to validate the 'final' product.
Signed-off-by: David Zager <dzager@redhat.com>
Add tenant generate, tenant expand, and delete
Generate command allows production users an opportunity to
optionally add/edit any additional fields in the yaml
before the tenant actually gets created.
Also rename operator create command to
operator init, volume add and volume list to
expand and info.