Skip to content
New issue

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

Fixed cdk8s specific issues #64

Open
shinebayar-g opened this issue Dec 24, 2024 · 0 comments
Open

Fixed cdk8s specific issues #64

shinebayar-g opened this issue Dec 24, 2024 · 0 comments

Comments

@shinebayar-g
Copy link
Contributor

shinebayar-g commented Dec 24, 2024

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.

@shinebayar-g shinebayar-g changed the title Fixed cdk8s issues Fixed cdk8s specific issues Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant