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,772 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,018 7/17/2023
7.4.1 871 7/17/2023
7.4.0 778 6/26/2023
7.3.0 772 6/1/2023
7.2.0 746 4/14/2023
7.1.2 756 4/14/2023
7.1.1 1,179 3/1/2023
7.1.0 844 3/1/2023
7.0.10 783 2/27/2023
7.0.9 825 2/23/2023
7.0.8 887 2/23/2023
7.0.7 844 2/14/2023
7.0.6 819 2/6/2023
7.0.5 828 2/3/2023
7.0.4 1,145 1/30/2023
7.0.3 804 1/30/2023
7.0.2 880 1/26/2023
7.0.1 808 1/23/2023
7.0.0 714 1/19/2023
7.0.0-prerelease.2 184 6/4/2022
7.0.0-prerelease.1 147 6/2/2022
6.6.2 874 1/17/2023
6.6.1 1,037 10/27/2022
6.6.0 1,274 8/10/2022
6.5.4 995 7/23/2022
6.5.3 1,120 6/4/2022
6.5.2 1,017 6/4/2022
6.5.1 999 6/2/2022
6.5.0 1,017 5/25/2022
6.4.0 986 5/16/2022
6.3.1 913 5/11/2022
6.3.0 968 4/28/2022
6.2.13 1,067 2/21/2022
6.2.12 970 2/18/2022
6.2.11 901 2/16/2022
6.2.10 953 2/13/2022
6.2.9 940 2/9/2022
6.2.8 918 2/8/2022
6.2.7 931 2/2/2022
6.2.6 1,067 2/1/2022
6.2.5 937 1/30/2022
6.2.4 954 1/27/2022
6.2.3 1,064 1/27/2022
6.2.2 970 1/24/2022
6.2.1 921 1/12/2022
6.2.0 765 1/7/2022
6.1.2 841 1/2/2022
6.1.0 939 12/26/2021
6.0.18 775 12/15/2021
6.0.17 747 12/14/2021
6.0.16 774 12/5/2021
6.0.15 852 12/4/2021
6.0.14 1,121 11/19/2021
6.0.13 731 11/16/2021
6.0.12 861 11/13/2021
6.0.11 727 11/8/2021
6.0.10 745 11/3/2021
6.0.9 858 11/2/2021
6.0.8 784 10/28/2021
6.0.7 918 10/27/2021
6.0.6 762 10/25/2021
6.0.5 786 10/25/2021
6.0.4 744 10/21/2021
6.0.3 786 10/15/2021
6.0.2 876 10/12/2021
6.0.1 820 10/12/2021
6.0.0 804 10/11/2021
6.0.0-prerelease.5 208 9/20/2021
6.0.0-prerelease.4 165 9/20/2021
6.0.0-prerelease.3 192 9/20/2021
6.0.0-prerelease.2 185 9/20/2021
6.0.0-prerelease.1 170 9/20/2021
5.4.9 909 9/30/2021
5.4.8 775 9/29/2021
5.4.7 890 9/25/2021
5.4.6 729 9/24/2021
5.4.5 838 9/22/2021
5.4.4 752 9/17/2021
5.4.3 714 9/14/2021
5.4.2 806 9/14/2021
5.4.1 818 9/8/2021
5.4.0 759 9/8/2021
5.3.6 1,057 8/27/2021
5.3.5 825 8/27/2021
5.3.4 842 8/27/2021
5.3.3 939 8/26/2021
5.3.2 895 8/26/2021
5.3.1 842 8/26/2021
5.3.0 963 8/26/2021
5.2.0 971 8/24/2021
5.1.4 894 8/24/2021
5.1.3 902 8/20/2021
5.1.2 805 8/19/2021
5.1.1 783 8/19/2021
5.1.0 752 8/19/2021
5.1.0-prerelease.2 189 8/19/2021
5.1.0-prerelease.1 192 8/19/2021
5.0.2-prerelease.1 176 8/19/2021
5.0.1 821 8/18/2021
5.0.0 784 8/18/2021
4.3.2 981 8/14/2021
4.3.1 742 8/13/2021
4.3.0 844 8/13/2021
4.2.0 752 8/13/2021
4.1.12 840 8/10/2021
4.1.11 823 8/9/2021
4.1.10 917 8/6/2021
4.1.9 877 8/5/2021
4.1.8 906 8/4/2021
4.1.7 772 8/4/2021
4.1.6 1,264 7/22/2021
4.1.5 1,091 7/13/2021
4.1.4 1,026 7/6/2021
4.1.3 1,270 6/29/2021
4.1.2 1,150 6/27/2021
4.1.1 833 6/21/2021
4.1.0 915 6/20/2021
4.0.23 997 6/13/2021
4.0.22 980 6/8/2021
4.0.21 902 6/2/2021
4.0.20 1,020 5/24/2021
4.0.19 951 5/19/2021
4.0.17 983 5/7/2021
4.0.16 909 5/5/2021
4.0.15 848 5/4/2021
4.0.14 829 4/26/2021
4.0.13 855 4/10/2021
4.0.12 986 4/9/2021
4.0.11 1,045 4/8/2021
4.0.10 947 4/6/2021
4.0.9 1,086 4/6/2021
4.0.8 1,022 4/3/2021
4.0.7 857 4/1/2021
4.0.6 1,005 3/31/2021
4.0.5 996 3/27/2021
4.0.4 1,038 3/25/2021
4.0.3 1,055 3/20/2021
4.0.2 866 3/19/2021
4.0.1 1,161 3/15/2021
4.0.0 1,261 3/5/2021
4.0.0-prerelease.2 231 3/5/2021
4.0.0-prerelease.1 226 3/4/2021
3.1.1-prerelease.2 229 2/24/2021
3.1.1-prerelease.1 182 2/23/2021
3.1.0 1,017 2/23/2021
3.1.0-prerelease.4 189 2/23/2021
3.1.0-prerelease.3 181 2/22/2021
3.1.0-prerelease.2 184 2/22/2021
3.1.0-prerelease.1 222 2/22/2021