We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking cdk8s specific issues that's fixed in this repository.
cdk8s-team/cdk8s#2258 - use chart.resources cdk8s-team/cdk8s#2053 - use <resource>.toYaml() in kubernetes_manifest. cdk8s-team/cdk8s#2160 - use any folder in K8sApp props to construct a tree as long as it's not conflicting with other apps. cdk8s-team/cdk8s#1962 - resources will always use <Kind.ApiVersion> as long as there's no conflict. If it's not possible to use shorter version, then <Group.Kind.ApiVersion> is used. Same as official k8s clients. cdk8s-team/cdk8s#1764 - k8skonf doesn't have CLI, it's a pure library. cdk8s-team/cdk8s#2170, cdk8s-team/cdk8s-plus#4239 - separate ApiObject, NamespacedApiObjects are implemented. cdk8s-team/cdk8s#1324 - all the instances of IntOrString, Quantity class instances are replaced with number | string during the code gen. cdk8s-team/cdk8s#2171, cdk8s-team/cdk8s#1978 - package should be compatible with all runtimes. Currently tested on Node and Bun. cdk8s-team/cdk8s#885 - Code gen will always generate 1 file per class to ensure no conflicts occur. cdk8s-team/cdk8s-cli#229 - Handled by code gen cdk8s-team/cdk8s-core#974, cdk8s-team/cdk8s#918, cdk8s-team/cdk8s#2174, cdk8s-team/cdk8s#2236 - Read your inputs are implemented. All the inputs are available as readonly values.
chart.resources
<resource>.toYaml()
kubernetes_manifest
K8sApp
<Kind.ApiVersion>
<Group.Kind.ApiVersion>
number | string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tracking cdk8s specific issues that's fixed in this repository.
cdk8s-team/cdk8s#2258 - use
chart.resources
cdk8s-team/cdk8s#2053 - use
<resource>.toYaml()
inkubernetes_manifest
.cdk8s-team/cdk8s#2160 - use any folder in
K8sApp
props to construct a tree as long as it's not conflicting with other apps.cdk8s-team/cdk8s#1962 - resources will always use
<Kind.ApiVersion>
as long as there's no conflict. If it's not possible to use shorter version, then<Group.Kind.ApiVersion>
is used. Same as official k8s clients.cdk8s-team/cdk8s#1764 - k8skonf doesn't have CLI, it's a pure library.
cdk8s-team/cdk8s#2170, cdk8s-team/cdk8s-plus#4239 - separate ApiObject, NamespacedApiObjects are implemented.
cdk8s-team/cdk8s#1324 - all the instances of IntOrString, Quantity class instances are replaced with
number | string
during the code gen.cdk8s-team/cdk8s#2171, cdk8s-team/cdk8s#1978 - package should be compatible with all runtimes. Currently tested on Node and Bun.
cdk8s-team/cdk8s#885 - Code gen will always generate 1 file per class to ensure no conflicts occur.
cdk8s-team/cdk8s-cli#229 - Handled by code gen
cdk8s-team/cdk8s-core#974, cdk8s-team/cdk8s#918, cdk8s-team/cdk8s#2174, cdk8s-team/cdk8s#2236 - Read your inputs are implemented. All the inputs are available as readonly values.
The text was updated successfully, but these errors were encountered: