KubeOps.Templates 9.8.2

dotnet new install KubeOps.Templates::9.8.2
                    
This package contains a .NET Template Package you can call from the shell/command line.

KubeOps Dotnet New Templates

NuGet

To use the operator SDK as easy as possible, this Nuget Package contains dotnet new templates. These templates enable developers to create Kubernetes operators with the simple dotnet new command in C#.

Installation

To install the template package, use the dotnet cli (or you may use the exact version as provided in the link above):

dotnet new --install KubeOps.Templates::*

As soon as the templates are installed, you may use them with the short names below:

Templates

operator

Short Name: operator

Creates a standard Kubernetes operator with demo implementations for controllers, entities, and finalizers. This template is a good starting point for most operator projects.

dotnet new operator -n MyOperator

operator-empty

Short Name: operator-empty

Creates a minimal, empty Kubernetes operator project without web capabilities. Ideal for advanced users who want to start from scratch.

dotnet new operator-empty -n MyOperator

operator-web

Short Name: operator-web

Creates a Kubernetes operator with web server capabilities and demo implementations, including webhooks. Use this template if you need web-based features like admission webhooks.

dotnet new operator-web -n MyOperator

operator-web-empty

Short Name: operator-web-empty

Creates a minimal Kubernetes operator project with web server capabilities, but no demo implementations. Use this template if you want web features but a clean slate.

dotnet new operator-web-empty -n MyOperator
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.8.2 111 6/20/2025
9.8.1 237 6/13/2025
9.8.0 283 6/10/2025
9.7.0 103 6/6/2025
7.6.1 5,856 9/29/2023
7.6.0 868 9/19/2023
7.5.0 850 9/13/2023
7.4.5 691 9/13/2023
7.4.4 912 8/28/2023
7.4.3 758 8/28/2023
7.4.2 1,057 7/17/2023
7.4.1 885 7/17/2023
7.4.0 799 6/26/2023
7.3.0 790 6/1/2023
7.2.0 768 4/14/2023
7.1.2 775 4/14/2023
7.1.1 1,198 3/1/2023
7.1.0 867 3/1/2023
7.0.10 801 2/27/2023
7.0.9 845 2/23/2023
7.0.8 905 2/23/2023
7.0.7 864 2/14/2023
7.0.6 840 2/6/2023
7.0.5 849 2/3/2023
7.0.4 1,168 1/30/2023
7.0.3 826 1/30/2023
7.0.2 899 1/26/2023
7.0.1 832 1/23/2023
7.0.0 739 1/19/2023
7.0.0-prerelease.2 216 6/4/2022
7.0.0-prerelease.1 173 6/2/2022
6.6.2 895 1/17/2023
6.6.1 1,057 10/27/2022
6.6.0 1,300 8/10/2022
6.5.4 1,020 7/23/2022
6.5.3 1,145 6/4/2022
6.5.2 1,045 6/4/2022
6.5.1 1,027 6/2/2022
6.5.0 1,048 5/25/2022
6.4.0 1,018 5/16/2022
6.3.1 945 5/11/2022
6.3.0 998 4/28/2022
6.2.13 1,100 2/21/2022
6.2.12 1,002 2/18/2022
6.2.11 934 2/16/2022
6.2.10 986 2/13/2022
6.2.9 974 2/9/2022
6.2.8 951 2/8/2022
6.2.7 962 2/2/2022
6.2.6 1,107 2/1/2022
6.2.5 969 1/30/2022
6.2.4 985 1/27/2022
6.2.3 1,099 1/27/2022
6.2.2 1,003 1/24/2022
6.2.1 953 1/12/2022
6.2.0 800 1/7/2022
6.1.2 875 1/2/2022
6.1.0 972 12/26/2021
6.0.18 811 12/15/2021
6.0.17 779 12/14/2021
6.0.16 808 12/5/2021
6.0.15 890 12/4/2021
6.0.14 1,157 11/19/2021
6.0.13 763 11/16/2021
6.0.12 900 11/13/2021
6.0.11 766 11/8/2021
6.0.10 778 11/3/2021
6.0.9 895 11/2/2021
6.0.8 822 10/28/2021
6.0.7 954 10/27/2021
6.0.6 799 10/25/2021
6.0.5 817 10/25/2021
6.0.4 778 10/21/2021
6.0.3 820 10/15/2021
6.0.2 912 10/12/2021
6.0.1 852 10/12/2021
6.0.0 835 10/11/2021
6.0.0-prerelease.5 241 9/20/2021
6.0.0-prerelease.4 198 9/20/2021
6.0.0-prerelease.3 223 9/20/2021
6.0.0-prerelease.2 221 9/20/2021
6.0.0-prerelease.1 202 9/20/2021
5.4.9 945 9/30/2021
5.4.8 813 9/29/2021
5.4.7 927 9/25/2021
5.4.6 761 9/24/2021
5.4.5 875 9/22/2021
5.4.4 790 9/17/2021
5.4.3 749 9/14/2021
5.4.2 843 9/14/2021
5.4.1 850 9/8/2021
5.4.0 797 9/8/2021
5.3.6 1,096 8/27/2021
5.3.5 864 8/27/2021
5.3.4 875 8/27/2021
5.3.3 974 8/26/2021
5.3.2 929 8/26/2021
5.3.1 877 8/26/2021
5.3.0 1,000 8/26/2021
5.2.0 1,005 8/24/2021
5.1.4 929 8/24/2021
5.1.3 945 8/20/2021
5.1.2 840 8/19/2021
5.1.1 815 8/19/2021
5.1.0 789 8/19/2021
5.1.0-prerelease.2 220 8/19/2021
5.1.0-prerelease.1 222 8/19/2021
5.0.2-prerelease.1 206 8/19/2021
5.0.1 856 8/18/2021
5.0.0 816 8/18/2021
4.3.2 1,012 8/14/2021
4.3.1 780 8/13/2021
4.3.0 877 8/13/2021
4.2.0 786 8/13/2021
4.1.12 871 8/10/2021
4.1.11 856 8/9/2021
4.1.10 951 8/6/2021
4.1.9 911 8/5/2021
4.1.8 938 8/4/2021
4.1.7 808 8/4/2021
4.1.6 1,301 7/22/2021
4.1.5 1,128 7/13/2021
4.1.4 1,063 7/6/2021
4.1.3 1,306 6/29/2021
4.1.2 1,183 6/27/2021
4.1.1 868 6/21/2021
4.1.0 948 6/20/2021
4.0.23 1,030 6/13/2021
4.0.22 1,013 6/8/2021
4.0.21 938 6/2/2021
4.0.20 1,057 5/24/2021
4.0.19 984 5/19/2021
4.0.17 1,018 5/7/2021
4.0.16 945 5/5/2021
4.0.15 885 5/4/2021
4.0.14 870 4/26/2021
4.0.13 897 4/10/2021
4.0.12 1,022 4/9/2021
4.0.11 1,085 4/8/2021
4.0.10 985 4/6/2021
4.0.9 1,123 4/6/2021
4.0.8 1,065 4/3/2021
4.0.7 897 4/1/2021
4.0.6 1,042 3/31/2021
4.0.5 1,034 3/27/2021
4.0.4 1,076 3/25/2021
4.0.3 1,094 3/20/2021
4.0.2 904 3/19/2021
4.0.1 1,201 3/15/2021
4.0.0 1,300 3/5/2021
4.0.0-prerelease.2 270 3/5/2021
4.0.0-prerelease.1 265 3/4/2021
3.1.1-prerelease.2 270 2/24/2021
3.1.1-prerelease.1 221 2/23/2021
3.1.0 1,058 2/23/2021
3.1.0-prerelease.4 231 2/23/2021
3.1.0-prerelease.3 219 2/22/2021
3.1.0-prerelease.2 226 2/22/2021
3.1.0-prerelease.1 261 2/22/2021