cdk8s-plus
Advanced tools
Comparing version 0.29.0 to 0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65
@@ -34,3 +34,3 @@ { | ||
"devDependencies": { | ||
"cdk8s": "^0.29.0", | ||
"cdk8s": "0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65", | ||
"constructs": "^3.0.4", | ||
@@ -58,3 +58,3 @@ "@types/minimatch": "^3.0.3", | ||
"peerDependencies": { | ||
"cdk8s": "^0.29.0", | ||
"cdk8s": "0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65", | ||
"constructs": "^3.0.4" | ||
@@ -78,3 +78,3 @@ }, | ||
"license": "Apache-2.0", | ||
"version": "0.29.0", | ||
"version": "0.30.0-pre.4ea06a20e98f9419a92a76b444985af00eb62b65", | ||
"types": "lib/index.d.ts", | ||
@@ -81,0 +81,0 @@ "jest": { |
# cdk8s+ (cdk8s-plus) | ||
> ![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)<br><br> | ||
> This library is in very early stages of development, as such, and in correspondence with a `0.x` semantic major version line, its `API` is | ||
likely to rapidly change in breaking ways. It is therefore not recommended to use library for production workloads. | ||
**cdk8s+** is a software development framework that provides high level abstractions for authoring Kubernetes applications. | ||
@@ -7,7 +11,9 @@ Built on top of the auto generated building blocks provided by [cdk8s](../cdk8s), this library includes a hand crafted *construct* | ||
> **You should not use this library in production environments.**<br><br> | ||
> ![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)<br><br> | ||
> This library is in very early stages of development, as such, and in correspondence with a `0.x` semantic major version line, its `API` is | ||
likely to rapidly change in breaking ways. We therefore highly discourage from using this library in production workloads. | ||
## Kubernetes Spec | ||
**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. | ||
> See [Supporting various k8s API specs](https://github.com/awslabs/cdk8s/issues/299) for more details and progress on this issue. | ||
## Letter Of Intent | ||
@@ -14,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1951783
18228
658