Versions in this module Expand all Collapse all v1 v1.23.0 Oct 27, 2025 Changes in this version + func WatchObject(ctx context.Context, c client.WithWatch, exampleObjList client.ObjectList) (watch.Interface, error) + func WatchObjectUntil(ctx context.Context, scheme *runtime.Scheme, watcher watch.Interface, ...) error + func WatchUnstructured(ctx context.Context, c dynamic.Interface, gvr schema.GroupVersionResource) (watch.Interface, error) + type TerminalError struct + Cause error + func NewTerminalError(cause error) *TerminalError + func (te *TerminalError) Error() string + func (te *TerminalError) Unwrap() error v1.23.0-rc.1 Oct 27, 2025