Add UiPlugin class for UI extension management #291
Conversation
45d90f5
to
d15018b
0c71184
to
168eb01
c2e6dda
to
8118c38
Improve existing client to support JSON. UiPlugin class have all necessary methods to manage UI plugins for given vCD and user. Extension generator is class which inherits generator abstract class and give the ability to copy existing template from the file system, of the user, and populate it with the data, given by the user. Validator classes gives the ability to validate user or all other kind of inputs. Implement tests, which use pyvcloud test framework, and verify all of them pass successfully. Signed-off-by: Nikola Vladimirov Iliev <nvladimirovi@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
This class have all necessary methods
to manage UI plugins for given vCD and user.
It will be used in vcd-cli project to give
the ability, to the user, to manage his
plugins via the CLI.
Signed-off-by: Nikola Vladimirov Iliev nvladimirovi@vmware.com
This change is