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

New function: set-gcp-location #2658

Open
morgante opened this issue Jan 21, 2022 · 1 comment
Open

New function: set-gcp-location #2658

morgante opened this issue Jan 21, 2022 · 1 comment
Assignees
Labels
area/fn-catalog Functions Catalog enhancement New feature or request p1 triaged Issue has been triaged by adding an `area/` label

Comments

@morgante
Copy link
Contributor

Describe your problem

Provide a function for setting GCP regions/zones across all known KCC resources.

@morgante morgante added the enhancement New feature or request label Jan 21, 2022
@bgrant0607
Copy link
Contributor

Example:
https://github.com/GoogleCloudPlatform/blueprints/blob/main/catalog/anthos-cluster/gke/cluster/cluster.yaml#L53

We might be able to get away with duck typing (path within resource) or field name convention ("location"), but if not we may need to enumerate the fields similar to kustomize (e.g., https://github.com/kubernetes-sigs/kustomize/blob/master/api/konfig/builtinpluginconsts/images.go) until we can properly annotate the OpenAPI resource schemas with identifying field tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/fn-catalog Functions Catalog enhancement New feature or request p1 triaged Issue has been triaged by adding an `area/` label
Projects
None yet
Development

No branches or pull requests

5 participants