Edward

Results 6 comments of Edward

Tried to tackle with that recently; set `spec_url` to `http://127.0.0.1:8001/openapi/v2`, codegen failed with: ``` [v1_16] INFO src\main.rs:110 Parsing spec file at http://127.0.0.1:8001/openapi/v2 ... [v1_16] INFO src\main.rs:119 Applying fixups... [v1_16] operation...

Unfortunately, that's not mine CRD. Those came from cert-manager: https://github.com/jetstack/cert-manager/blob/v0.11.0/deploy/manifests/00-crds.yaml#L29 I guess that `Nested anonymous types` codegen refers to is actually a listMeta with corresponding openapi schema: https://gist.github.com/ragne/ecebdbb09a29658c03624c5f03247683 Basically every...

Might be wrong, looks like when custom resource is described in code and uses kubebuilder to generate [yamls](https://github.com/jetstack/cert-manager/blob/87aedeb04c4523b89f4f0ba8c6677412a10319bf/pkg/apis/acme/v1alpha2/types_challenge.go#L38) it can also be annotated to generate openapi spec (haven’t yet looked...

I'd like to work on that, but not sure about design. I think there should be a separate metadata struct, for generic usage (e.g querying AZ you're in if you...

I suppose you have to manually implement the wait loop with some reasonable sleep delay (see https://docs.aws.amazon.com/general/latest/gr/api-retries.html). While some calls (e.g ListObjects from s3) have a way to identify the...

I'm not sure if the implementation there conforms to the name of the cmdline flag. If you want to create a separate flag (instead of `hide-prev-plan-comments`), please let me know....