This is a small utility that extracts the public API types from upstream Kubernetes operators (e.g., OpenTelemetry Operator, ECK) and republishes them as version-pinned, standalone Go modules. This ...
pkg/validation exposes a convenient set of interfaces to validate Kubernetes object manifests, primarily for use in an Operator project. The Validators are static checks (linters) that can scan the ...