KubeOps.Operator 8.0.0-pre.1

This is a prerelease version of KubeOps.Operator.
There is a newer version of this package available.
See the version list below for details.
dotnet add package KubeOps.Operator --version 8.0.0-pre.1
NuGet\Install-Package KubeOps.Operator -Version 8.0.0-pre.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KubeOps.Operator" Version="8.0.0-pre.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KubeOps.Operator --version 8.0.0-pre.1
#r "nuget: KubeOps.Operator, 8.0.0-pre.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KubeOps.Operator as a Cake Addin
#addin nuget:?package=KubeOps.Operator&version=8.0.0-pre.1&prerelease

// Install KubeOps.Operator as a Cake Tool
#tool nuget:?package=KubeOps.Operator&version=8.0.0-pre.1&prerelease

operator

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on KubeOps.Operator:

Package Downloads
KubeOps.Operator.Web

This is an operator sdk written in c#. It enables a developer to create a custom controller for CRDs (CustomResourceDefinitions) that runs on kubernetes. This operator uses ASP.net to support webhooks and external access to the operator.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.1.0 134 5/15/2024
9.0.2 137 5/13/2024
9.0.0 3,203 3/13/2024
9.0.0-pre.4 55 4/19/2024
9.0.0-pre.3 44 3/21/2024
9.0.0-pre.2 45 3/13/2024
9.0.0-pre.1 60 3/7/2024
8.0.2-pre.2 62 2/21/2024
8.0.2-pre.1 45 2/19/2024
8.0.1 3,587 2/13/2024
8.0.1-pre.7 62 2/12/2024
8.0.1-pre.6 55 2/7/2024
8.0.1-pre.5 53 2/5/2024
8.0.1-pre.4 51 1/31/2024
8.0.1-pre.3 57 1/26/2024
8.0.1-pre.2 51 1/25/2024
8.0.1-pre.1 52 1/18/2024
8.0.0 770 1/17/2024
8.0.0-pre.45 47 1/17/2024
8.0.0-pre.44 48 1/16/2024
8.0.0-pre.43 44 1/16/2024
8.0.0-pre.42 795 1/10/2024
8.0.0-pre.41 276 1/2/2024
8.0.0-pre.40 148 12/27/2023
8.0.0-pre.39 61 12/21/2023
8.0.0-pre.38 394 12/6/2023
8.0.0-pre.37 116 12/6/2023
8.0.0-pre.36 120 12/3/2023
8.0.0-pre.35 85 11/28/2023
8.0.0-pre.34 77 11/24/2023
8.0.0-pre.33 56 11/24/2023
8.0.0-pre.32 52 11/23/2023
8.0.0-pre.31 56 11/23/2023
8.0.0-pre.30 60 11/23/2023
8.0.0-pre.29 466 11/11/2023
8.0.0-pre.28 68 11/8/2023
8.0.0-pre.27 566 10/23/2023
8.0.0-pre.26 91 10/19/2023
8.0.0-pre.25 58 10/18/2023
8.0.0-pre.24 73 10/13/2023
8.0.0-pre.23 60 10/13/2023
8.0.0-pre.22 60 10/13/2023
8.0.0-pre.21 69 10/12/2023
8.0.0-pre.20 68 10/11/2023
8.0.0-pre.19 67 10/9/2023
8.0.0-pre.18 62 10/9/2023
8.0.0-pre.17 60 10/7/2023
8.0.0-pre.16 87 10/6/2023
8.0.0-pre.15 54 10/6/2023
8.0.0-pre.14 59 10/5/2023
8.0.0-pre.13 53 10/5/2023
8.0.0-pre.12 60 10/4/2023
8.0.0-pre.11 63 10/3/2023
8.0.0-pre.10 59 10/3/2023
8.0.0-pre.9 60 10/3/2023
8.0.0-pre.8 55 10/2/2023
8.0.0-pre.7 60 10/2/2023
8.0.0-pre.6 63 9/29/2023
8.0.0-pre.5 58 9/28/2023
8.0.0-pre.4 53 9/28/2023
8.0.0-pre.3 51 9/27/2023
8.0.0-pre.2 42 9/26/2023
8.0.0-pre.1 51 9/22/2023

'# [8.0.0-pre.1](https://github.com/buehler/dotnet-operator-sdk/compare/v7.6.0...v8.0.0-pre.1) (2023-09-22)


### Code Refactoring

* Split Operator in several packages ([#605](https://github.com/buehler/dotnet-operator-sdk/issues/605)) ([caa92e3](https://github.com/buehler/dotnet-operator-sdk/commit/caa92e3944d99c7e4a9a8af68a92afa1404364d3))


### BREAKING CHANGES

* This removes several features from the
7.x version. Required / missing features will
be added to the v8 again. As for the first
pre release, only the simple watcher and
reconciliation loop is present. No finalizer, events, leadership,
whatsoever is present in the library. The initial pre.0
release is meant to be the base for further implementations.
V8 will - hopefully - contain all required features again.
* The operator does not have commands
and command line executions packaged into the library.
A new dotnet tool is required for CRD generation and
other generators.
* All abstractions are extracted into
a KubeOps.Abstractions package.
* The operator is not required to have
ASP.net as default, it works with a normal console
host application as well.
* `master` is renamed to `main` and
maintenance and release branches are added.



'