renovate[bot] d15245d9ae fix(deps): update kubernetes packages to v0.28.4 (#29338) | 1 년 전 | |
---|---|---|
.. | ||
Makefile | 1 년 전 | |
README.md | 1 년 전 | |
go.mod | 1 년 전 | |
go.sum | 1 년 전 | |
k8s_collector.go | 1 년 전 | |
k8s_data_helpers.go | 1 년 전 | |
k8s_objects.go | 1 년 전 | |
k8s_telemetrygen.go | 1 년 전 | |
metadata.yaml | 1 년 전 |
The purpose of this package is to provide reusable kubernetes test helpers.
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.
Please refer to the k8sattributes processor's e2e test for an example of how to use this package.