Tags: alexmg/dotnet-operator-sdk
Tags
feat(crd generation): Treat IKubernetesObject types as x-kubernetes-e… …mbedded-resource (dotnet#162) * Treat standard IKubernetesObject types as x-kubernetes-embedded-resource in CRD schema * Limit x-kubernetes-embedded-resource to IKubernetesObject concrete derived types Co-authored-by: Christoph Bühler <buehler@users.noreply.github.com>
fix: CRD schema generator does not take JsonProperty.PropertyName val… …ue into consideration (dotnet#159) * fix: CRD schema generator should use PropertyName from JsonPropertyAttribute * Minor performance tweak in ToCamelCase extension method Co-authored-by: Christoph Bühler <buehler@users.noreply.github.com>
fix: CRD schema type for x-kubernetes-embedded-resource should be obj… …ect (dotnet#157)
feat(dotnet new): Add dotnet new templates. (dotnet#154) Closes dotnet#133. This adds multiple templates for `dotnet-new`: - Empty operator c-sharp - Empty operator f-sharp - Operator with demo code c-sharp - Operator with demo code f-sharp Signed-off-by: Christoph Bühler <cbuehler@rootd.ch>
fix: Expand code generator support for enumerable and collection type… …s in JSON Schema (dotnet#153)
fix(deps): update dependencies (dotnet#151) Co-authored-by: Renovate Bot <bot@renovateapp.com>
fix(deps): update dependency namotion.reflection to v1.0.18 (dotnet#147) Co-authored-by: Renovate Bot <bot@renovateapp.com>
fix(deps): update dependency namotion.reflection to v1.0.18 (dotnet#147) Co-authored-by: Renovate Bot <bot@renovateapp.com>
fix(deps): update dependency namotion.reflection to v1.0.16 (dotnet#145) Co-authored-by: Renovate Bot <bot@renovateapp.com>
docs: Adjust documentation according to breaking changes.
PreviousNext