renovate[bot] d15245d9ae fix(deps): update kubernetes packages to v0.28.4 (#29338) hace 1 año
..
Makefile e794019c80 [chore][processor/k8sattributes] Move generic testing logic to separate package (#23228) hace 1 año
README.md e794019c80 [chore][processor/k8sattributes] Move generic testing logic to separate package (#23228) hace 1 año
go.mod d15245d9ae fix(deps): update kubernetes packages to v0.28.4 (#29338) hace 1 año
go.sum d15245d9ae fix(deps): update kubernetes packages to v0.28.4 (#29338) hace 1 año
k8s_collector.go f4c44858b5 [all][chore] Moved from interface{} to any for all go code (#29072) hace 1 año
k8s_data_helpers.go e794019c80 [chore][processor/k8sattributes] Move generic testing logic to separate package (#23228) hace 1 año
k8s_objects.go e794019c80 [chore][processor/k8sattributes] Move generic testing logic to separate package (#23228) hace 1 año
k8s_telemetrygen.go f4c44858b5 [all][chore] Moved from interface{} to any for all go code (#29072) hace 1 año
metadata.yaml 8a4348cb00 [chore] add codeowners to metadata (#24404) hace 1 año

README.md

Kubernetes Test Helpers

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

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.