Info
Version: | 7.6.1 |
Author(s): | Christoph Bühler |
Last Update: | Friday, September 29, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/buehler/dotnet-operator-sdk.git |
NuGet Url: | https://www.nuget.org/packages/KubeOps |
Install
Install-Package KubeOps
dotnet add package KubeOps
paket add KubeOps
KubeOps Download (Unzip the "nupkg" after downloading)
Dependencies
- CompareNETObjects(>= 4.67.0)
- DotnetKubernetesClient(>= 1.1.0)
- McMaster.Extensions.CommandLineUtils(>= 3.0.0)
- McMaster.Extensions.Hosting.CommandLine(>= 3.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks(>= 5.0.1)
- Namotion.Reflection(>= 1.0.15)
- YamlDotNet(>= 9.1.0)
- prometheus-net.AspNetCore(>= 4.1.1)
- prometheus-net.AspNetCore.HealthChecks(>= 4.1.1)
Tags
It enables a developer to create a custom controller for CRDs
(CustomResourceDefinitions) that runs on kubernetes.