We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f077b55 commit ecdc063Copy full SHA for ecdc063
README.md
@@ -1,6 +1,7 @@
1
# KubernetesClient.Fluent
2
This library extents the [C# Kubernetes client](https://github.com/kubernetes-client/csharp) with a fluent interface, convenient model
3
-extensions, improved watches, and improved exec support.
+extensions, improved watches, and improved exec support. It is available as Nuget package
4
+[KubernetesClient.Fluent](https://www.nuget.org/packages/KubernetesClient.Fluent/).
5
6
## Fluent Interface
7
The library adds a fluent API that is concise, flexible, and works well with custom resources and custom actions. The basic flow is that
0 commit comments