-
### Describe the bug
With the generator v2 the default are not working as expected. If you define for example
```java
@Default(defaultValue = "60000")
private long flushMs = 60000L;
```
th…
-
I have a CRD from which I generate the Java Classes. I can add annotations to indicate the Builders of these classes, but is there a way to actually generate the Builder classes as well?
Concretely…
-
Gamma needs the ability to accept complex schemas in a CRD that is beyond cue's capability.
For a CRD I would like the ability to have, similar [the Crossplane's XRD ](https://github.com/crossplane/c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Does this enhancement require public documentation?
- [X] I have added an Acceptance Criteria item for a…
-
### What's wrong?
When rebooting kubernetes nodes running the alloy agent, prometheus podmonitors and servicemonitor objects fail to be monitored when the alloy pods restart. Restarting the alloy pod…
-
Currently CRDs have `status` and `reason` field which provide object state description. It will be great to also have `observedGeneration` field as `Kubernetes` does for core resources.
obser…
-
This probably would be too much to implement with the official metrics server but it might be possible to implement something that satisfies the `kubectl top` APIs without deploying the full metrics s…
-
# Summary
It would be great if we were able to add custom icons for custom resources that are created off the back of CRD installations. Currently only a subset of the core Kubernetes resources are…
-
*Description*:
I'm trying to use kubeconform to validate BackendTrafficPolicy
I get this error:
```
stdin - BackendTrafficPolicy my-policy is invalid: problem validating schema. Check JSON for…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…