From 9a086e6c586ed8a9c060dec8c256309beb1cbbce Mon Sep 17 00:00:00 2001 From: Levi Blackstone Date: Tue, 15 Oct 2019 11:01:20 -0600 Subject: [PATCH] Update to v1.17.0-alpha.2 --- Makefile | 2 +- sdk/nodejs/types/input.ts | 4 ++-- sdk/nodejs/types/output.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e2412b84db..8c87659638 100644 --- a/Makefile +++ b/Makefile @@ -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.17.0-alpha.1 +KUBE_VERSION ?= v1.17.0-alpha.2 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 diff --git a/sdk/nodejs/types/input.ts b/sdk/nodejs/types/input.ts index b896397077..7ce88b20d6 100755 --- a/sdk/nodejs/types/input.ts +++ b/sdk/nodejs/types/input.ts @@ -16391,7 +16391,7 @@ export namespace core { * Expanded path within the volume from which the container's volume should be mounted. * Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded * using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath - * are mutually exclusive. This field is beta in 1.15. + * are mutually exclusive. */ subPathExpr?: pulumi.Input @@ -20617,7 +20617,7 @@ export namespace policy { /** * Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and - * other status informatio is valid only if observedGeneration equals to PDB's object + * other status information is valid only if observedGeneration equals to PDB's object * generation. */ observedGeneration?: pulumi.Input diff --git a/sdk/nodejs/types/output.ts b/sdk/nodejs/types/output.ts index 1f384a3f54..8c38a6ba0d 100755 --- a/sdk/nodejs/types/output.ts +++ b/sdk/nodejs/types/output.ts @@ -15866,7 +15866,7 @@ export namespace core { * Expanded path within the volume from which the container's volume should be mounted. * Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded * using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath - * are mutually exclusive. This field is beta in 1.15. + * are mutually exclusive. */ readonly subPathExpr: string @@ -19905,7 +19905,7 @@ export namespace policy { /** * Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and - * other status informatio is valid only if observedGeneration equals to PDB's object + * other status information is valid only if observedGeneration equals to PDB's object * generation. */ readonly observedGeneration: number