Skip to content

Commit

Permalink
Add support for Kubernetes v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hausdorff committed Dec 3, 2018
1 parent 2c2536e commit b426a09
Show file tree
Hide file tree
Showing 13 changed files with 1,829 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROVIDER := pulumi-resource-${PACK}
CODEGEN := pulumi-gen-${PACK}
VERSION ?= $(shell scripts/get-version)
PYPI_VERSION := $(shell scripts/get-py-version)
KUBE_VERSION ?= v1.12.2
KUBE_VERSION ?= v1.13.0
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
352 changes: 350 additions & 2 deletions sdk/nodejs/provider.ts

Large diffs are not rendered by default.

Loading

0 comments on commit b426a09

Please sign in to comment.