Versions in this module Expand all Collapse all v1 v1.1.0 Aug 9, 2026 v1.0.0 Aug 3, 2026 Changes in this version + func ExtractResourceVersion(objectAsMap map[string]any) (string, bool) + func ParseGroupVersionResource(gv string) (schema.GroupVersionResource, error) + type EventEntryEnv struct + Event watch.Event + Object *unstructured.Unstructured + func (e EventEntryEnv) All() bool + func (e EventEntryEnv) Label(key, value string) bool + func (e EventEntryEnv) LabelExists(labelKeys ...string) bool + func (e EventEntryEnv) Name(vals ...string) bool + func (e EventEntryEnv) Names(vals ...string) bool + func (e EventEntryEnv) Namespace(vals ...string) bool + func (e EventEntryEnv) Namespaced(namespace, name string) bool + func (e EventEntryEnv) Namespaces(vals ...string) bool + func (e EventEntryEnv) None() bool