KubeOps.Templates
7.1.2
See the version list below for details.
dotnet new install KubeOps.Templates::7.1.2
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,638 | 9/29/2023 |
7.6.0 | 846 | 9/19/2023 |
7.5.0 | 827 | 9/13/2023 |
7.4.5 | 673 | 9/13/2023 |
7.4.4 | 890 | 8/28/2023 |
7.4.3 | 734 | 8/28/2023 |
7.4.2 | 974 | 7/17/2023 |
7.4.1 | 858 | 7/17/2023 |
7.4.0 | 768 | 6/26/2023 |
7.3.0 | 762 | 6/1/2023 |
7.2.0 | 735 | 4/14/2023 |
7.1.2 | 741 | 4/14/2023 |
7.1.1 | 1,167 | 3/1/2023 |
7.1.0 | 832 | 3/1/2023 |
7.0.10 | 772 | 2/27/2023 |
7.0.9 | 812 | 2/23/2023 |
7.0.8 | 872 | 2/23/2023 |
7.0.7 | 831 | 2/14/2023 |
7.0.6 | 807 | 2/6/2023 |
7.0.5 | 816 | 2/3/2023 |
7.0.4 | 1,133 | 1/30/2023 |
7.0.3 | 791 | 1/30/2023 |
7.0.2 | 868 | 1/26/2023 |
7.0.1 | 796 | 1/23/2023 |
7.0.0 | 700 | 1/19/2023 |
7.0.0-prerelease.2 | 159 | 6/4/2022 |
7.0.0-prerelease.1 | 131 | 6/2/2022 |
6.6.2 | 857 | 1/17/2023 |
6.6.1 | 1,018 | 10/27/2022 |
6.6.0 | 1,256 | 8/10/2022 |
6.5.4 | 976 | 7/23/2022 |
6.5.3 | 1,101 | 6/4/2022 |
6.5.2 | 997 | 6/4/2022 |
6.5.1 | 979 | 6/2/2022 |
6.5.0 | 996 | 5/25/2022 |
6.4.0 | 967 | 5/16/2022 |
6.3.1 | 895 | 5/11/2022 |
6.3.0 | 949 | 4/28/2022 |
6.2.13 | 1,047 | 2/21/2022 |
6.2.12 | 947 | 2/18/2022 |
6.2.11 | 880 | 2/16/2022 |
6.2.10 | 929 | 2/13/2022 |
6.2.9 | 914 | 2/9/2022 |
6.2.8 | 896 | 2/8/2022 |
6.2.7 | 908 | 2/2/2022 |
6.2.6 | 1,044 | 2/1/2022 |
6.2.5 | 913 | 1/30/2022 |
6.2.4 | 934 | 1/27/2022 |
6.2.3 | 1,044 | 1/27/2022 |
6.2.2 | 951 | 1/24/2022 |
6.2.1 | 899 | 1/12/2022 |
6.2.0 | 743 | 1/7/2022 |
6.1.2 | 818 | 1/2/2022 |
6.1.0 | 917 | 12/26/2021 |
6.0.18 | 752 | 12/15/2021 |
6.0.17 | 725 | 12/14/2021 |
6.0.16 | 751 | 12/5/2021 |
6.0.15 | 829 | 12/4/2021 |
6.0.14 | 1,099 | 11/19/2021 |
6.0.13 | 709 | 11/16/2021 |
6.0.12 | 838 | 11/13/2021 |
6.0.11 | 704 | 11/8/2021 |
6.0.10 | 725 | 11/3/2021 |
6.0.9 | 835 | 11/2/2021 |
6.0.8 | 758 | 10/28/2021 |
6.0.7 | 897 | 10/27/2021 |
6.0.6 | 735 | 10/25/2021 |
6.0.5 | 763 | 10/25/2021 |
6.0.4 | 720 | 10/21/2021 |
6.0.3 | 764 | 10/15/2021 |
6.0.2 | 853 | 10/12/2021 |
6.0.1 | 797 | 10/12/2021 |
6.0.0 | 779 | 10/11/2021 |
6.0.0-prerelease.5 | 190 | 9/20/2021 |
6.0.0-prerelease.4 | 147 | 9/20/2021 |
6.0.0-prerelease.3 | 174 | 9/20/2021 |
6.0.0-prerelease.2 | 168 | 9/20/2021 |
6.0.0-prerelease.1 | 151 | 9/20/2021 |
5.4.9 | 886 | 9/30/2021 |
5.4.8 | 752 | 9/29/2021 |
5.4.7 | 869 | 9/25/2021 |
5.4.6 | 704 | 9/24/2021 |
5.4.5 | 815 | 9/22/2021 |
5.4.4 | 729 | 9/17/2021 |
5.4.3 | 690 | 9/14/2021 |
5.4.2 | 783 | 9/14/2021 |
5.4.1 | 794 | 9/8/2021 |
5.4.0 | 737 | 9/8/2021 |
5.3.6 | 1,034 | 8/27/2021 |
5.3.5 | 803 | 8/27/2021 |
5.3.4 | 818 | 8/27/2021 |
5.3.3 | 917 | 8/26/2021 |
5.3.2 | 872 | 8/26/2021 |
5.3.1 | 818 | 8/26/2021 |
5.3.0 | 941 | 8/26/2021 |
5.2.0 | 948 | 8/24/2021 |
5.1.4 | 871 | 8/24/2021 |
5.1.3 | 879 | 8/20/2021 |
5.1.2 | 783 | 8/19/2021 |
5.1.1 | 760 | 8/19/2021 |
5.1.0 | 728 | 8/19/2021 |
5.1.0-prerelease.2 | 169 | 8/19/2021 |
5.1.0-prerelease.1 | 174 | 8/19/2021 |
5.0.2-prerelease.1 | 158 | 8/19/2021 |
5.0.1 | 799 | 8/18/2021 |
5.0.0 | 763 | 8/18/2021 |
4.3.2 | 959 | 8/14/2021 |
4.3.1 | 720 | 8/13/2021 |
4.3.0 | 824 | 8/13/2021 |
4.2.0 | 732 | 8/13/2021 |
4.1.12 | 820 | 8/10/2021 |
4.1.11 | 805 | 8/9/2021 |
4.1.10 | 897 | 8/6/2021 |
4.1.9 | 858 | 8/5/2021 |
4.1.8 | 884 | 8/4/2021 |
4.1.7 | 747 | 8/4/2021 |
4.1.6 | 1,242 | 7/22/2021 |
4.1.5 | 1,072 | 7/13/2021 |
4.1.4 | 1,005 | 7/6/2021 |
4.1.3 | 1,251 | 6/29/2021 |
4.1.2 | 1,129 | 6/27/2021 |
4.1.1 | 814 | 6/21/2021 |
4.1.0 | 896 | 6/20/2021 |
4.0.23 | 976 | 6/13/2021 |
4.0.22 | 961 | 6/8/2021 |
4.0.21 | 881 | 6/2/2021 |
4.0.20 | 998 | 5/24/2021 |
4.0.19 | 931 | 5/19/2021 |
4.0.17 | 963 | 5/7/2021 |
4.0.16 | 886 | 5/5/2021 |
4.0.15 | 828 | 5/4/2021 |
4.0.14 | 809 | 4/26/2021 |
4.0.13 | 828 | 4/10/2021 |
4.0.12 | 965 | 4/9/2021 |
4.0.11 | 1,018 | 4/8/2021 |
4.0.10 | 926 | 4/6/2021 |
4.0.9 | 1,064 | 4/6/2021 |
4.0.8 | 1,001 | 4/3/2021 |
4.0.7 | 833 | 4/1/2021 |
4.0.6 | 984 | 3/31/2021 |
4.0.5 | 973 | 3/27/2021 |
4.0.4 | 1,017 | 3/25/2021 |
4.0.3 | 1,034 | 3/20/2021 |
4.0.2 | 842 | 3/19/2021 |
4.0.1 | 1,135 | 3/15/2021 |
4.0.0 | 1,239 | 3/5/2021 |
4.0.0-prerelease.2 | 213 | 3/5/2021 |
4.0.0-prerelease.1 | 209 | 3/4/2021 |
3.1.1-prerelease.2 | 208 | 2/24/2021 |
3.1.1-prerelease.1 | 164 | 2/23/2021 |
3.1.0 | 995 | 2/23/2021 |
3.1.0-prerelease.4 | 170 | 2/23/2021 |
3.1.0-prerelease.3 | 163 | 2/22/2021 |
3.1.0-prerelease.2 | 165 | 2/22/2021 |
3.1.0-prerelease.1 | 204 | 2/22/2021 |
'## [7.1.2](https://github.com/buehler/dotnet-operator-sdk/compare/v7.1.1...v7.1.2) (2023-04-14)
### Bug Fixes
* **Kubernetes client:** Log and ignore end of stream exceptions from the Kubernetes API ([016dab9](https://github.com/buehler/dotnet-operator-sdk/commit/016dab96f846540fa7f2c05e26b5a7c85ecb3e55))
'