Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/inwinstack/blended
- Owner: inwinstack
- License: apache-2.0
- Created: 2018-10-26T17:15:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T08:18:09.000Z (over 5 years ago)
- Last Synced: 2024-06-21T16:59:38.090Z (8 months ago)
- Topics: api, client-library
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.