Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inwinstack/blended

Go APIs, clients, and utils for PA and IPAM controllers. :egg::egg::egg:
https://github.com/inwinstack/blended

api client-library

Last synced: about 1 month ago
JSON representation

Go APIs, clients, and utils for PA and IPAM controllers. :egg::egg::egg:

Awesome Lists containing this project

README

        

![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)
# APIs and Clients for PA and IPAM operator
Scheme, typing, client packages and Kubernetes-like API objects for PA and IPAM operator.

## Usage
```go
import (
blendedv1 "github.com/inwinstack/blended/apis/inwinstack/v1"
blendedset "github.com/inwinstack/blended/generated/clientset/versioned"
)
```
Create a new client, then use the exposed services to access different parts of the Kubernetes custom API.