dotnet-operator-sdk icon indicating copy to clipboard operation
dotnet-operator-sdk copied to clipboard

KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.

Results 64 dotnet-operator-sdk issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

bug

### 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...

enhancement

### 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...

enhancement