Skip to content

Commit

Permalink
WIP: Update to 1.18.0-alpha.1
Browse files Browse the repository at this point in the history
This version of the OpenAPI spec removed a bunch of API
resources, so we're going to have to work around this in
the SDK generators. See #927
  • Loading branch information
lblackstone committed Dec 18, 2019
1 parent 085e7db commit 3a6ed14
Show file tree
Hide file tree
Showing 42 changed files with 30,135 additions and 47,624 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PROVIDER := pulumi-resource-${PACK}
CODEGEN := pulumi-gen-${PACK}
VERSION ?= $(shell scripts/get-version)
PYPI_VERSION := $(shell scripts/get-py-version)
KUBE_VERSION ?= v1.18.0-alpha.0
KUBE_VERSION ?= v1.18.0-alpha.1
SWAGGER_URL ?= https://github.com/kubernetes/kubernetes/raw/${KUBE_VERSION}/api/openapi-spec/swagger.json
OPENAPI_DIR := pkg/gen/openapi-specs
OPENAPI_FILE := ${OPENAPI_DIR}/swagger-${KUBE_VERSION}.json
Expand Down
20,110 changes: 8,043 additions & 12,067 deletions sdk/dotnet/Types/Input.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 3a6ed14

Please sign in to comment.