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

I have implemented the feature to create conversion webhooks to resolve #137 As part of this implementation i have created integration tests. There must be a running Kubernetes cluster to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CompareNETObjects](https://togithub.com/GregFinzer/Compare-Net-Objects) | nuget | minor | `4.77.0` -> `4.78.0` | |...

dependencies

**Describe the bug** I'm running with an operator using a forked repo with the **v6.5.3** tag checked out so debugging will be easier. After letting operator run for several minutes...

bug

**Describe the bug** I am a newbie to KubeOps and Kubernetes operator. I have a very basic question around the testing. I looked at this [link ](https://buehler.github.io/dotnet-operator-sdk/docs/testing.html) for doing the...

bug

**Describe the bug** The following exception is thrown when converting `ResourceQuantity`. This appears to be fixed in upstream https://github.com/kubernetes-client/csharp. ``` An unhandled exception was thrown by the application. Newtonsoft.Json.JsonSerializationException: Error...

bug

Some parts of KubeOps shall be extracted into a .netstandard2.0 "core library" such that other users of KubeObs may extend the core functionality. This is based on the discussion of...

enhancement

Remove the custom implementation (with generics) and use the original client. They have generics now. Therefore the logic must not be implemented twice.

enhancement

**Describe the bug** The CRD for an entity that uses a `V1PodTemplateSpec` does not allow any metadata fields to be set on that property. **To Reproduce** Given the following custom...

bug

I have a need to specify custom open API schema for a specific property on a spec property. It cannot be generated from C# code, but I need to directly...

enhancement

Since #292 was merged, there is no longer a difference between Created/Updated/NotModified, but TestController.Test.cs still have three cases for those which run the same exact code. https://github.com/buehler/dotnet-operator-sdk/blob/1e7b53d7688d2f570d84a65ffc4eb83d05c8323d/tests/KubeOps.TestOperator.Test/TestController.Test.cs#L21-L55 Not a high...

bug