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
run kcl-openapi generate model --crd --skip-validation -f Desktop/oam.yaml
2. What did you expect to see? (Required)
KCL files generated
3. What did you see instead (Required)
error:
could not generate swagger spec: Desktop/oam.yaml, err: no openapi schema found in the crd file. Please check following fields: spec.Validation.OpenAPIV3Schema, spec.Versions.0.Schema
4. What is your KusionStack components version? (Required)
The text was updated successfully, but these errors were encountered:
kcl-openapi generate model --crd \
-f <(curl -sS "https://raw.githubusercontent.com/external-secrets/external-secrets/main/config/crds/bases/external-secrets.io_externalsecrets.yaml") \
--skip-validation
could not generate swagger spec: /dev/fd/11, err: no openapi schema found in the crd file. Please check following fields: spec.Validation.OpenAPIV3Schema, spec.Versions.0.Schema
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
oam.yaml.zip
kcl-openapi generate model --crd --skip-validation -f Desktop/oam.yaml
2. What did you expect to see? (Required)
KCL files generated
3. What did you see instead (Required)
error:
4. What is your KusionStack components version? (Required)
The text was updated successfully, but these errors were encountered: