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

Waiting: Add OpenAPI metadata methods for OpenAPI VDC Networks #455

Closed
wants to merge 12 commits into from

Conversation

adambarreiro
Copy link
Collaborator

@adambarreiro adambarreiro commented Apr 1, 2022

This PR aims for two things:

  1. Add support for OpenAPI VDC Network metadata support
  2. For the above, it adds OpenAPI functions to manage metadata (private and generic CRUD functions)

However, metadata support in OpenAPI is still in alpha status, so this PR must remain in Draft.

abarreiro added 3 commits April 1, 2022 15:53
Signed-off-by: abarreiro <[email protected]>
#
Signed-off-by: abarreiro <[email protected]>
Signed-off-by: abarreiro <[email protected]>
@@ -91,58 +91,16 @@ func (vapp *VApp) GetMetadata() (*types.Metadata, error) {
return getMetadata(vapp.client, vapp.VApp.HREF)
}

func getMetadata(client *Client, requestUri string) (*types.Metadata, error) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just moved these private functions to the bottom for the sake of ordering a bit.

@adambarreiro adambarreiro marked this pull request as ready for review April 4, 2022 16:13
@adambarreiro adambarreiro marked this pull request as draft April 5, 2022 07:06
@adambarreiro
Copy link
Collaborator Author

Going back to draft state

abarreiro added 2 commits April 5, 2022 09:28
This reverts commit bfd26e8.

Signed-off-by: abarreiro <[email protected]>
This reverts commit 84c2652.

Signed-off-by: abarreiro <[email protected]>
@adambarreiro adambarreiro force-pushed the add-metadata-network-v2 branch from 806630f to 618c29b Compare April 5, 2022 07:29
Fix
Signed-off-by: abarreiro <[email protected]>
@adambarreiro adambarreiro self-assigned this Apr 6, 2022
@adambarreiro adambarreiro changed the title Add OpenAPI metadata methods for OpenAPI VDC Networks Waiting: Add OpenAPI metadata methods for OpenAPI VDC Networks Apr 6, 2022
abarreiro added 4 commits August 8, 2022 09:42
Signed-off-by: abarreiro <[email protected]>
Signed-off-by: abarreiro <[email protected]>
fmt
Signed-off-by: abarreiro <[email protected]>
#
Signed-off-by: abarreiro <[email protected]>
#
Signed-off-by: abarreiro <[email protected]>
@adambarreiro adambarreiro deleted the add-metadata-network-v2 branch September 14, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants