L3Z4 / KubeNET

A Kubernetes API client for C#/.NET generated from the swagger API definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KubeNET Travis Widget

Kubernetes

Kubernetes is an open source system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.

KubeNET allows .NET programs to easily interact with the Kubernetes API, allowing for incredibly complex automations of server clusters in a very simple way.

Auto-generation

This repository is mostly composed of auto-generated code based on the Kubernetes Swagger API declarations.

Automatic conversions:

  • V1.2 API definitions -> v2.0 API definitions
  • V2.0 Swagger API -> C# code

Unfortuantely there are a few issues/bugs with the code generator for C# and the way the Kubernetes API definitions are written that require some manual editing of the code. Thus, new releases aren't yet a single command operation.

Usage

Coming soon...

About

A Kubernetes API client for C#/.NET generated from the swagger API definitions.


Languages

Language:C# 99.9%Language:Shell 0.0%Language:JavaScript 0.0%