Adrian Suarez
Adrian Suarez
# Description When an Ingress resource is created that has annotation `ingress.kubernetes.io/ssl-passthrough: "true"`, this causes the configured TLS key needed to terminate HTTPS connections for all non-ssl-passthrough resources to be...
If no examples are specified for an API endpoint, then an example is generated from the schema. For request payloads, this is populated into the request field. But if examples...
### Is your enhancement related to a problem? Please describe I have an application that uses owner references to manage groups of related resources. The main resource is set as...
# Observed behavior When connecting to a port that has no server is listening on it, the `NettyConnector` provider for the Jersey client hangs indefinitely. This seems to be a...
After expanding the set of tags (`-include-tags`) that we generate code for, the type prefix that used to appear on enum constants vanishes, breaking existing code. The unexpected changes are...
## Bug Report Adding the `HasMetadata` as an interface for my class that extends `CustomResource` cause the operator framework to incorrectly deserialize it as `GenericKubernetesResource` instead of its actual class....
## Description This change adds an alternative CRD generator implementation that is based on [victools/jsonschema-generator](https://github.com/victools/jsonschema-generator). The victools generator allows modules to be registered to customize schema generation, and there are...
### Is your enhancement related to a problem? Please describe Consider the following field in a CRD class: ```java @JsonPropertyDescription("A list of names matching the pattern `[A-Za-z][A-Za-z0-9_]*`") @JsonProperty public List...
This change allows the Terraform task pod and other resources to be created in the namespace that the controller is running in. This should address #173.
There does not seem to be any requirement for the pod that runs the Terraform commands to be in the same namespace as the Terraform CR. It would be good...