Operations¶
This section covers the full set of operations you can perform on Kubernetes resources with Kubex. Read the Concepts section first if you are new to the library.
-
:material-database-edit: CRUD
get,list,create,replace,delete, anddelete_collection— the core Kubernetes resource lifecycle operations with filtering, pagination, and deletion options. -
:material-eye: Watch
Long-lived
watch()streams,WatchEventandEventType, bookmark events, thesendInitialEventspattern, and the restart-on-410-Gone recipe. -
:material-file-edit: Patch
All three patch strategies:
MergePatch,StrategicMergePatch, andJsonPatch(RFC 6902) with its fluent builder API and JSON Pointer paths. -
:material-timer: Timeouts
Timeout,TimeoutTypes, client-level vs per-call configuration, the Ellipsis sentinel, and guidance for long-lived watch streams.