dotnet-operator-sdk
dotnet-operator-sdk copied to clipboard
KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you would like In KubeOps 7 it was possible to use inheritance for...
### Describe the bug If you have a property with a name of something like `IPAddress`, the CLI generates a property in the CRD as `iPAddress`. However, when attempting to...
### Is your feature request related to a problem? Please describe. Our operator reacts to annotation changes in custom resources. In the current implementation `ReconcileAsync()` is not called when only...
### Is your feature request related to a problem? Please describe. YamlDotnet looks like they have made some breaking changes in the latest release: https://github.com/aaubry/YamlDotNet/releases/tag/v16.0.0 specifically to ReadYaml and WriteYaml...