Categorygithub.com/thekubeworld/k8devel
module
0.0.2
Repository: https://github.com/thekubeworld/k8devel.git
Documentation: pkg.go.dev

# README

k8devel

Go Report Card GoDoc License

An Easy to use Go framework for Kubernetes based on kubernetes/client-go, see examples dir for a quick start.

How to test it ?

  1. Download the module
$ GO111MODULE=on go get github.com/thekubeworld/k8devel
  1. Download the source
$ git clone https://github.com/thekubeworld/k8devel.git
$ cd k8devel/examples/pod
  1. Build and Run
$ go build pod.go
$ ./pod
Pod mytesting namespace default created!

# Packages

No description provided by the author
No description provided by the author