Skip to content

Commit

Permalink
Update to v1.17.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Oct 15, 2019
1 parent 5446e2b commit 9a086e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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
Expand Down
4 changes: 2 additions & 2 deletions sdk/nodejs/types/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>

Expand Down Expand Up @@ -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<number>
Expand Down
4 changes: 2 additions & 2 deletions sdk/nodejs/types/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9a086e6

Please sign in to comment.