Watch
Value members
Concrete methods
Get a source of events on a specific Kubernetes resource
Get a source of events on a specific Kubernetes resource
- Value parameters:
- bufSize
maximum size of each event in the event stream, in bytes
- context
the applicable request context
- name
the name of the Kubernetes resource to watch
- sinceResourceVersion
if specfied all events since the resource version are included, otherwise only future events
Get a source of events on all resources of a specified kind
Get a source of events on all resources of a specified kind
- Value parameters:
- bufSize
maximum size of each event in the event stream, in bytes
- context
the applicable request context
- format
Play json formatter for the applicable Kubernetes type, used to read each event object
- rd
resource definition for the kind, required for building the watch request Uri.
- sinceResourceVersion
if specfied all events since the resource version are included, otherwise only future events
- Returns:
a Future which will eventually return a Source of events