You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
There's currently issues using the Java SDK for K8S with the 0.8.0 Pulumi Java SDK. Please update JAVA_GEN_VERSION := v0.8.0 and this will likely solve the problem. Thank you.
java.lang.UnsupportedOperationException: Convert [com.pulumi.kubernetes.apps.v1.Deployment.spec]: Error converting 'com.google.common.collect.RegularImmutableMap' to 'TypeShape{type=class com.pulumi.kubernetes.apps.v1.outputs.DeploymentSpec, parameters=[]}'. argument type mismatch
at com.pulumi.serialization.internal.Converter.convertObjectUntyped(Converter.java:118)
at com.pulumi.serialization.internal.Converter.convertValue(Converter.java:85)
at com.pulumi.core.internal.OutputCompletionSource.setValue(OutputCompletionSource.java:95)
at com.pulumi.deployment.internal.DeploymentImpl$ReadOrRegisterResourceInternal.lambda$completeResourceAsync$0(DeploymentImpl.java:1193)
at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
at java.base/java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.pulumi.serialization.internal.Converter.lambda$tryConvertObjectInner$6(Converter.java:425)
at com.google.common.collect.RegularImmutableMap.forEach(RegularImmutableMap.java:292)
at com.pulumi.serialization.internal.Converter.tryConvertObjectInner(Converter.java:398)
at com.pulumi.serialization.internal.Converter.convertObjectUntyped(Converter.java:114)
... 10 more
Affected area/feature
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
There's currently issues using the Java SDK for K8S with the 0.8.0 Pulumi Java SDK. Please update JAVA_GEN_VERSION := v0.8.0 and this will likely solve the problem. Thank you.
Affected area/feature
The text was updated successfully, but these errors were encountered: