Skip to content

thekubeworld/k8devel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!