Kubernetes Operator SDK templates.
$ dotnet add package Neon.Operator.TemplatesThis package contains a set of project templates for building Kubernetes operators in .NET.
To install the template package, run the following command:
dotnet new install Neon.Operator.Templates
Now you can create a new operator project using the following command:
dotnet new k8s-operator
Neon.Operator.Templates is an open source project released under the Apache-2.0 license.