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.** I have several different classes that were auto generated from [these protobufs](https://github.com/envoyproxy/data-plane-api/blob/main/envoy/config/cluster/v3/cluster.proto) that appear to contain circular references. When I...
Add integration testing on a live kubernetes instance (test/integration-test)
**Is your feature request related to a problem? Please describe.** I'd like to be able to delay a finalizer, similar to how you can "requeue" controller actions. If I want...
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#configure-customresourcedefinition-to-use-conversion-webhooks
**Is your feature request related to a problem? Please describe.** I have a controller I'm writing and it's handling created/updated/not-modified events. As part of that, I'm testing that the information...
Investigate the possibility to remove the item cache with "resourceVersion" and "generation"
**Describe the missing piece of documentation** NuGet.org supports readme files now. This should be used to give a small readme for all packages. https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packagereadmefile https://docs.microsoft.com/en-us/nuget/nuget-org/package-readme-on-nuget-org
**Describe the bug** The app stops watching designated resources after encountering the `System.IO.IOException` in the `KubeOps.Operator.Kubernetes.ResourceWatcher`. **To Reproduce** It happens after running a pod for a while. Conditions are not...
**Describe the bug** After the watcher http timeout has elapsed, the watcher is not being recreated. This looks to be related to the fix in https://github.com/buehler/dotnet-operator-sdk/issues/460 https://github.com/buehler/dotnet-operator-sdk/commit/a2290ff9edc41bbbb3a7b47a13a00c99e469f8f9?diff=split **To Reproduce** I'm...
**Describe the bug** _I'm not entirely sure if this is a bug or as designed, so please bear with me._ KubeOps v6.6.0 Pod throws an uncaught `Microsoft.Rest.HttpOperationException: Operation returned an...