Get Events
get_eventsRetrieve Kubernetes events from a cluster, filtered by namespace or field selector.
Instructions
Get Kubernetes events from the cluster for a specific namespace or all namespaces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | The Kubernetes namespace to get events from. If not provided, events from all namespaces will be returned. | |
| field_selector | No | Selector to restrict the list of returned events by field. For example 'involvedObject.name=my-pod'. |