Skip to content

Files

Latest commit

 

History

History

Kubernetes Test Helpers

The purpose of this package is to provide reusable kubernetes test helpers.

Warning: This package is experimental and its API compatibility might be broken without any notice.

Functionality

This package includes the ability to create and delete k8s objects, run the collector, check data received from the collector, as well as create telemetry generators, all within a k8s environment.

Example usage

Please refer to the k8sattributes processor's e2e test for an example of how to use this package.