|
7 | 7 | This is the repository of "KubeOps" - The dotnet Kubernetes Operator SDK.
|
8 | 8 |
|
9 | 9 | The documentation is provided in the code itself (description of the methods and classes)
|
10 |
| -and each package contains a README with further information/documentation. |
11 |
| - |
12 |
| -Also, there is a `docfx` site that provides further documentation and examples. |
13 |
| -You can find it [here](https://buehler.github.io/dotnet-operator-sdk/). |
| 10 | +and each package contains a README with further information/documentation. For a more |
| 11 | +detailed documentation, head to the [GitHub Pages](https://buehler.github.io/dotnet-operator-sdk/). |
14 | 12 |
|
15 | 13 | ## Packages
|
16 | 14 |
|
17 | 15 | The following packages exist:
|
18 | 16 |
|
19 |
| -| Package | Description | Version | Pre Version | |
20 |
| -|--------------------------------------------------------------|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------| |
21 |
| -| [KubeOps.Abstractions](./src/KubeOps.Abstractions/README.md) | Contains abstractions, attributes, etc. for the SDK | [](https://www.nuget.org/packages/KubeOps.Abstractions/) | [](https://www.nuget.org/packages/KubeOps.Abstractions/absoluteLatest) | |
22 |
| -| [KubeOps.Cli](./src/KubeOps.Cli/README.md) | CLI Dotnet Tool to generate stuff | [](https://www.nuget.org/packages/KubeOps.Cli/) | [](https://www.nuget.org/packages/KubeOps.Cli/absoluteLatest) | |
23 |
| -| [KubeOps.Generator](./src/KubeOps.Generator/README.md) | Source Generator for the SDK | [](https://www.nuget.org/packages/KubeOps.Generator/) | [](https://www.nuget.org/packages/KubeOps.Generator/absoluteLatest) | |
24 |
| -| [KubeOps.Operator](./src/KubeOps.Operator/README.md) | Main SDK entrypoint to create an operator | [](https://www.nuget.org/packages/KubeOps.Operator/) | [](https://www.nuget.org/packages/KubeOps.Operator/absoluteLatest) | |
25 |
| -| [KubeOps.Operator.Web](./src/KubeOps.Operator.Web/README.md) | Web part of the operator (for webhooks) | [](https://www.nuget.org/packages/KubeOps.Operator.Web/) | [](https://www.nuget.org/packages/KubeOps.Operator.Web/absoluteLatest) | |
26 |
| -| [KubeOps.Transpiler](./src/KubeOps.Transpiler/README.md) | Transpilation helpers for CRDs and RBAC elements | [](https://www.nuget.org/packages/KubeOps.Transpiler/) | [](https://www.nuget.org/packages/KubeOps.Transpiler/absoluteLatest) | |
| 17 | +| Package | Description | Framework Support | Latest Version | |
| 18 | +|----------------------------------------------------------------------|--------------------------------------------------------|---------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 19 | +| [KubeOps.Abstractions](./src/KubeOps.Abstractions/README.md) | Contains abstractions, attributes, etc. for the SDK | netstandard2.0 netstandard2.1 net6.0 net7.0 | [](https://www.nuget.org/packages/KubeOps.Abstractions/absoluteLatest) | |
| 20 | +| [KubeOps.Cli](./src/KubeOps.Cli/README.md) | CLI Dotnet Tool to generate stuff | net7.0 | [](https://www.nuget.org/packages/KubeOps.Cli/absoluteLatest) | |
| 21 | +| [KubeOps.Generator](./src/KubeOps.Generator/README.md) | Source Generator for the SDK | netstandard2.0 | [](https://www.nuget.org/packages/KubeOps.Generator/absoluteLatest) | |
| 22 | +| [KubeOps.KubernetesClient](./src/KubeOps.KubernetesClient/README.md) | Extended client to communicate with the Kubernetes API | net6.0 net7.0 | [](https://www.nuget.org/packages/KubeOps.KubernetesClient/absoluteLatest) | |
| 23 | +| [KubeOps.Operator](./src/KubeOps.Operator/README.md) | Main SDK entrypoint to create an operator | net6.0 net7.0 | [](https://www.nuget.org/packages/KubeOps.Operator/absoluteLatest) | |
| 24 | +| [KubeOps.Operator.Web](./src/KubeOps.Operator.Web/README.md) | Web part of the operator (for webhooks) | net6.0 net7.0 | [](https://www.nuget.org/packages/KubeOps.Operator.Web/absoluteLatest) | |
| 25 | +| [KubeOps.Transpiler](./src/KubeOps.Transpiler/README.md) | Transpilation helpers for CRDs and RBAC elements | netstandard2.0 netstandard2.1 net6.0 net7.0 | [](https://www.nuget.org/packages/KubeOps.Transpiler/absoluteLatest) | |
27 | 26 |
|
28 | 27 | ## Contribution
|
29 | 28 |
|
|
0 commit comments