qba73 / telemetry

Go package that illustrates how to use Kubernetes fake objects in tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telemetry

telemetry is a Go package that illustrates how to use Kubernetes fake objects in tests.

Create Development and Test Environment

Create multi-node Kind cluster:

make create-cluster

Destroy Kind cluster:

make delete-cluster

About

Go package that illustrates how to use Kubernetes fake objects in tests.

License:MIT License


Languages

Language:Makefile 96.9%Language:Go 3.1%