cdk8s-plus
Advanced tools
Comparing version 0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65 to 0.30.0-pre.4f9e3eed0945f7a7f882979f78ebbfa9fa117224
@@ -34,3 +34,3 @@ { | ||
"devDependencies": { | ||
"cdk8s": "0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65", | ||
"cdk8s": "0.30.0-pre.4f9e3eed0945f7a7f882979f78ebbfa9fa117224", | ||
"constructs": "^3.0.4", | ||
@@ -58,3 +58,3 @@ "@types/minimatch": "^3.0.3", | ||
"peerDependencies": { | ||
"cdk8s": "0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65", | ||
"cdk8s": "0.30.0-pre.4f9e3eed0945f7a7f882979f78ebbfa9fa117224", | ||
"constructs": "^3.0.4" | ||
@@ -78,3 +78,3 @@ }, | ||
"license": "Apache-2.0", | ||
"version": "0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65", | ||
"version": "0.30.0-pre.4f9e3eed0945f7a7f882979f78ebbfa9fa117224", | ||
"types": "lib/index.d.ts", | ||
@@ -81,0 +81,0 @@ "jest": { |
@@ -14,3 +14,3 @@ # cdk8s+ (cdk8s-plus) | ||
**cdk8s+** is currently built on top of version [1.17.0](https://github.com/instrumenta/kubernetes-json-schema/tree/master/v1.17.0) of the kubernetes API specifications. | ||
If you are deploying manifests produced by `cdk8s+` onto clusters of a lower versio, you might encounter some unsupported spec properties or invalid manifests. | ||
If you are deploying manifests produced by `cdk8s+` onto clusters of a lower version, you might encounter some unsupported spec properties or invalid manifests. | ||
@@ -659,2 +659,2 @@ > See [Supporting various k8s API specs](https://github.com/awslabs/cdk8s/issues/299) for more details and progress on this issue. | ||
awsService.addSecret(awsCreds); | ||
``` | ||
``` |
Sorry, the diff of this file is not supported yet
1951788
659