https://github.com/roundpartner/veneer
Kubernetes Client
https://github.com/roundpartner/veneer
Last synced: 5 months ago
JSON representation
Kubernetes Client
- Host: GitHub
- URL: https://github.com/roundpartner/veneer
- Owner: roundpartner
- License: mit
- Archived: true
- Created: 2019-10-28T13:15:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:12:53.000Z (over 3 years ago)
- Last Synced: 2024-06-21T03:33:06.220Z (almost 2 years ago)
- Language: Go
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# veneer
Kubernetes Client
```bash
export GO111MODULE=on
go mod init
```
```bash
go run main.go
```