GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
939 stars 718 forks source link

Move gke type provider to openapi v2 #539

Closed andrei-scripniciuc closed 4 years ago

andrei-scripniciuc commented 4 years ago

GKE now defaults to version 1.14: https://cloud.google.com/kubernetes-engine/docs/release-notes, where swagger endpoint has been removed.

Updating GKE-based type providers to use openapi/v2 instead. Extensions have been merged into /openapi/v2 so updating both type providers to same endpoint for backwards compatibility, longer term we can merge usages into single provider.