Jay Pipes
Jay Pipes
BTW, thanks for Huma! It's an awesome microframework. Really enjoying using it.
Worth investigating: https://github.com/redhat-developer/service-binding-operator We may not need/want to do anything with the data plane at all if the above can handle data plane operations.
> the adopted resource, requires us to describe the AWS resource to adopt and it creates the actual K8s/ACK Resource, which is outside the desired state described in the Git...
This should be a relatively straightforward thing to add, right @RedbackThomson?
Hi @sonvirgo thank you for the issue. As noted in the README, we only have partial support for MacOS, unfortunately. We do not support network discovery for MacOS currently. As...
> My work organization could be open to contributing the work if some initial guidance could be provided? @abatilo we are always available to help. :) Hop onto the Kubernetes...
@RedbackThomson feel like taking a stab at this? I think now that codegen supports nested field configuration options, I think this should be fixable by adding an `is_required` to the...
> @jaypipes I see that `Enabled` is already a required field within [`LifecycleRule`](https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#LifecycleRule). I wonder why it's not marked as required by default within the [type](https://github.com/aws-controllers-k8s/s3-controller/blob/main/apis/v1alpha1/types.go#L440). If I manually mark...
Potential fix for this: https://github.com/aws-controllers-k8s/code-generator/pull/393
thank you very much @dgrisonnet ! :)