KubeOps.Templates 7.6.1

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

KubeOps Dotnet New Templates

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# or F#.

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:

dotnet new operator
#or
dotnet new operator-empty

Note that several of the templates are available in multiple languages of the .NET framework (i.e. C# and F#) and you may switch the language with the -lang flag of dotnet new.

Templates

Empty Operator

Available Languages: C#, F#

Type: Generate a project

Templatename: operator-empty

Example installation: dotnet new operator-empty -n MyOperator

Description: This template contains the well known Program.cs and Startup.cs files of any other ASP.NET project and configures the startup file to use KubeObs. No additional code is provided.

Demo Operator

Available Languages: C#, F#

Type: Generate a project

Templatename: operator

Example installation: dotnet new operator -n MyOperator

Description: This template contains the well known Program.cs and Startup.cs files of any other ASP.NET project and configures the startup file to use KubeObs. In addition to the empty operator, an example file for each "concept" is provided. You'll find an example implementation of:

  • A resource controller
  • A custom entity (that generates a CRD)
  • A finalizer
  • A validation webhook
  • A mutation webhook

This template is meant to show all possible elements of KubeOps in one go.

  • .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
7.6.1 5,756 9/29/2023
7.6.0 857 9/19/2023
7.5.0 840 9/13/2023
7.4.5 685 9/13/2023
7.4.4 900 8/28/2023
7.4.3 744 8/28/2023
7.4.2 1,014 7/17/2023
7.4.1 871 7/17/2023
7.4.0 778 6/26/2023
7.3.0 769 6/1/2023
7.2.0 742 4/14/2023
7.1.2 752 4/14/2023
7.1.1 1,175 3/1/2023
7.1.0 840 3/1/2023
7.0.10 779 2/27/2023
7.0.9 820 2/23/2023
7.0.8 882 2/23/2023
7.0.7 839 2/14/2023
7.0.6 814 2/6/2023
7.0.5 823 2/3/2023
7.0.4 1,140 1/30/2023
7.0.3 799 1/30/2023
7.0.2 875 1/26/2023
7.0.1 803 1/23/2023
7.0.0 709 1/19/2023
7.0.0-prerelease.2 173 6/4/2022
7.0.0-prerelease.1 140 6/2/2022
6.6.2 869 1/17/2023
6.6.1 1,030 10/27/2022
6.6.0 1,267 8/10/2022
6.5.4 988 7/23/2022
6.5.3 1,113 6/4/2022
6.5.2 1,010 6/4/2022
6.5.1 992 6/2/2022
6.5.0 1,009 5/25/2022
6.4.0 979 5/16/2022
6.3.1 906 5/11/2022
6.3.0 960 4/28/2022
6.2.13 1,058 2/21/2022
6.2.12 961 2/18/2022
6.2.11 892 2/16/2022
6.2.10 943 2/13/2022
6.2.9 926 2/9/2022
6.2.8 908 2/8/2022
6.2.7 919 2/2/2022
6.2.6 1,054 2/1/2022
6.2.5 926 1/30/2022
6.2.4 945 1/27/2022
6.2.3 1,055 1/27/2022
6.2.2 961 1/24/2022
6.2.1 910 1/12/2022
6.2.0 756 1/7/2022
6.1.2 832 1/2/2022
6.1.0 930 12/26/2021
6.0.18 766 12/15/2021
6.0.17 738 12/14/2021
6.0.16 765 12/5/2021
6.0.15 843 12/4/2021
6.0.14 1,112 11/19/2021
6.0.13 722 11/16/2021
6.0.12 852 11/13/2021
6.0.11 717 11/8/2021
6.0.10 736 11/3/2021
6.0.9 849 11/2/2021
6.0.8 772 10/28/2021
6.0.7 907 10/27/2021
6.0.6 752 10/25/2021
6.0.5 777 10/25/2021
6.0.4 732 10/21/2021
6.0.3 777 10/15/2021
6.0.2 867 10/12/2021
6.0.1 811 10/12/2021
6.0.0 795 10/11/2021
6.0.0-prerelease.5 199 9/20/2021
6.0.0-prerelease.4 156 9/20/2021
6.0.0-prerelease.3 183 9/20/2021
6.0.0-prerelease.2 176 9/20/2021
6.0.0-prerelease.1 160 9/20/2021
5.4.9 899 9/30/2021
5.4.8 765 9/29/2021
5.4.7 880 9/25/2021
5.4.6 720 9/24/2021
5.4.5 829 9/22/2021
5.4.4 743 9/17/2021
5.4.3 705 9/14/2021
5.4.2 797 9/14/2021
5.4.1 808 9/8/2021
5.4.0 750 9/8/2021
5.3.6 1,048 8/27/2021
5.3.5 816 8/27/2021
5.3.4 833 8/27/2021
5.3.3 930 8/26/2021
5.3.2 886 8/26/2021
5.3.1 832 8/26/2021
5.3.0 954 8/26/2021
5.2.0 962 8/24/2021
5.1.4 885 8/24/2021
5.1.3 893 8/20/2021
5.1.2 796 8/19/2021
5.1.1 774 8/19/2021
5.1.0 743 8/19/2021
5.1.0-prerelease.2 180 8/19/2021
5.1.0-prerelease.1 183 8/19/2021
5.0.2-prerelease.1 167 8/19/2021
5.0.1 812 8/18/2021
5.0.0 775 8/18/2021
4.3.2 972 8/14/2021
4.3.1 733 8/13/2021
4.3.0 835 8/13/2021
4.2.0 743 8/13/2021
4.1.12 831 8/10/2021
4.1.11 815 8/9/2021
4.1.10 909 8/6/2021
4.1.9 869 8/5/2021
4.1.8 897 8/4/2021
4.1.7 759 8/4/2021
4.1.6 1,256 7/22/2021
4.1.5 1,083 7/13/2021
4.1.4 1,018 7/6/2021
4.1.3 1,262 6/29/2021
4.1.2 1,141 6/27/2021
4.1.1 825 6/21/2021
4.1.0 907 6/20/2021
4.0.23 989 6/13/2021
4.0.22 972 6/8/2021
4.0.21 894 6/2/2021
4.0.20 1,010 5/24/2021
4.0.19 943 5/19/2021
4.0.17 974 5/7/2021
4.0.16 900 5/5/2021
4.0.15 839 5/4/2021
4.0.14 820 4/26/2021
4.0.13 840 4/10/2021
4.0.12 977 4/9/2021
4.0.11 1,030 4/8/2021
4.0.10 938 4/6/2021
4.0.9 1,076 4/6/2021
4.0.8 1,012 4/3/2021
4.0.7 847 4/1/2021
4.0.6 995 3/31/2021
4.0.5 986 3/27/2021
4.0.4 1,028 3/25/2021
4.0.3 1,045 3/20/2021
4.0.2 856 3/19/2021
4.0.1 1,151 3/15/2021
4.0.0 1,251 3/5/2021
4.0.0-prerelease.2 221 3/5/2021
4.0.0-prerelease.1 216 3/4/2021
3.1.1-prerelease.2 219 2/24/2021
3.1.1-prerelease.1 172 2/23/2021
3.1.0 1,007 2/23/2021
3.1.0-prerelease.4 179 2/23/2021
3.1.0-prerelease.3 171 2/22/2021
3.1.0-prerelease.2 174 2/22/2021
3.1.0-prerelease.1 212 2/22/2021