/telemetry

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

Primary LanguageMakefileMIT LicenseMIT

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