cdk8s-team / cdk8s-core

Define Kubernetes native apps and abstractions using object-oriented programming
Apache License 2.0
67 stars 26 forks source link

Incompatible APIs with jsii@5 #1297

Open iliapolo opened 1 year ago

iliapolo commented 1 year ago

Upgrading to jsii v5 revealed a few APIs that are now incompatible.

error JSII1999: Index signatures are not supported in jsii APIs. This declaration must be marked "@internal" or "@jsii ignore".

33   readonly [key: string]: any;

This makes sense, as these APIs are actually not representable in Java/Golang - which means they are indeed broken right now. Since addressing this is a breaking change - this needs to be done carefully.


This is :bug: Bug Report

github-actions[bot] commented 2 months ago

This issue has not received any attention in 1 year and will be closed soon. If you want to keep it open, please leave a comment below @mentioning a maintainer.