Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Adds support for generic responses #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skylerto
Copy link
Contributor

Uses Go map[string]string instead of DeploymentResourceData
to abstract generic properties from the responses of vRA deployment
resources.

This solves issues where we might want to handle custom properties on
the blueprints, as well as XaaS blueprints that contain entirely custom
properties.

Signed-off-by: skylerto [email protected]

@ghost ghost added the size/L label Jul 16, 2019
sdk/schema.go Show resolved Hide resolved
Uses Go `map[string]string` instead of `DeploymentResourceData`
to abstract generic properties from the responses of vRA deployment
resources.

This solves issues where we might want to handle custom properties on
the blueprints, as well as XaaS blueprints that contain entirely custom
properties.

Signed-off-by: skylerto <[email protected]>
@skylerto
Copy link
Contributor Author

This also might resolve #16.

@skylerto
Copy link
Contributor Author

skylerto commented Jul 22, 2019

Looking to see if the currently solution, with modifications similar to #21 can be used to achieve the same result.

@skylerto
Copy link
Contributor Author

@markpeek would love a review or test of this PR. It essentially exposes the raw data from the resource views endpoint within vRA so that it can be consumed in any desired way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant