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: 4 months 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 (almost 6 years ago)
- Last Synced: 2025-01-03T09:38:18.906Z (6 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

# 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.