K8sOperator.NET.Generators
0.0.1-alpha0016
dotnet add package K8sOperator.NET.Generators --version 0.0.1-alpha0016
NuGet\Install-Package K8sOperator.NET.Generators -Version 0.0.1-alpha0016
<PackageReference Include="K8sOperator.NET.Generators" Version="0.0.1-alpha0016" />
paket add K8sOperator.NET.Generators --version 0.0.1-alpha0016
#r "nuget: K8sOperator.NET.Generators, 0.0.1-alpha0016"
// Install K8sOperator.NET.Generators as a Cake Addin #addin nuget:?package=K8sOperator.NET.Generators&version=0.0.1-alpha0016&prerelease // Install K8sOperator.NET.Generators as a Cake Tool #tool nuget:?package=K8sOperator.NET.Generators&version=0.0.1-alpha0016&prerelease
K8sOperator.NET
K8sOperator.NET is a powerful and intuitive library designed for creating Kubernetes Operators using C#. It simplifies the development of robust, cloud-native operators by leveraging the full capabilities of the .NET ecosystem, making it easier than ever to manage complex Kubernetes workloads with custom automation.
Table of Contents
Features
- Easy integration
Installation
To install the package, use the following command in your .NET Core project:
dotnet add package K8sOperator.NET
Alternatively, you can add it manually to your .csproj
file:
<PackageReference Include="K8sOperator.NET" Version="0.1.0" />
Usage
Here are some basic examples of how to use the library:
Setup
using K8sOperator.NET;
var builder = WebApplication.CreateBuilder(args);
Use
var test = new string();
Configuration
[TODO]
Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any bugs or have feature requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- K8sOperator.NET (>= 0.0.1-alpha0016)
- KubernetesClient (>= 15.0.1)
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 |
---|---|---|
0.0.1-alpha0016 | 143 | 9/24/2024 |
0.0.1-alpha0015 | 51 | 9/18/2024 |
0.0.1-alpha0014 | 47 | 9/18/2024 |
0.0.1-alpha0013 | 42 | 9/18/2024 |
0.0.1-alpha0012 | 49 | 9/18/2024 |
0.0.1-alpha0011 | 53 | 9/17/2024 |
0.0.1-alpha0010 | 56 | 9/17/2024 |
0.0.1-alpha0009 | 141 | 9/10/2024 |
0.0.1-alpha0008 | 57 | 9/10/2024 |
0.0.1-alpha0007 | 71 | 9/10/2024 |
0.0.1-alpha0006 | 86 | 9/7/2024 |
0.0.1-alpha0005 | 55 | 9/7/2024 |
0.0.1-alpha0004 | 53 | 9/7/2024 |