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

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.