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
when I try to apply such resource k8s gives an error message:
spec.validation.openAPIV3Schema.properties[spec].properties[childResources].items.properties[resource].type: Required value: must be object if x-kubernetes-embedded-resource is true
Describe the bug
When updated fabric8 version for to 6.13.4, the CRD generator generated an invalid CRD for:
the result:
when I try to apply such resource k8s gives an error message:
Fabric8 Kubernetes Client version
6.13.4
Steps to reproduce
Open this branch in Kubernetes Glue Operator:
mvn clean install -DskipTests
kubernetes-glue-operator/target/kubernetes/glues.io.csviri.operator.glue-v1.yml
Expected behavior
What seems to be enough is to have
type: object
to be added to generated snipper:Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3@latest
Environment
Linux
Fabric8 Kubernetes Client Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: