muvaffak

Results 206 comments of muvaffak

@avagin FWIW, if you can give me a pointer, I can try to get a PR going to add the `--udp-close` flag.

Can we open an issue in the related Rancher repo about this? Semver is not strict as it uses `MAY` statement, so there might be some room there. If we...

Another one specifically about immutability. We might be able to get away with a kubebuilder marker but we need to be sure about the semantics. Specifically, `nil` values should not...

Adding the following is now supported in kubebuilder. Should be straight-forward to add this to our code gen pipeline. // +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable" https://kubernetes.io/blog/2022/09/29/enforce-immutability-using-cel/

Uptest replaces these with the real values right before running the tests. I think we can replace them with dummy values right before we submit the provider package to marketplace....

Looks like there isn't an option to disable validation today https://github.com/hashicorp/terraform-plugin-sdk/issues/105

Yes, the feature I'm asking for is overriding the registry. Though I don't have a great solution for it. Maybe separate the host into its own field, like `registry` &...

> Unqualified dependencies would be pulled from the same registry as the dependent. @negz I think if we create `Provider` resource with fully qualified path, this seems like the best...

I built with `make` succesfully in Ubuntu 22.04 and then changed the `import_style` parameter in `Makefile` to trigger running of `PrintTypescriptFile`. But I'm getting the following error: ``` protoc \...

Just for future reference, the following edited version of `cloudbuilders/Dockerfile` successfully generates the type bindings on macOS arm64 where `/repo` is mounted to this repo: ```dockerfile FROM debian:buster-slim ARG VERS=23.1...