K8S Event
K8S Event provides tools for creating resources in F5 Distributed Cloud.
| Tool | Description |
|---|---|
f5xc-api-sites-k8s-event-create | K8s Events Query. |
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”| Parameter | Description | Example |
|---|---|---|
namespace | Namespace fetch K8s events for the given namespace. | system |
site | Site Site where the K8s Cluster is running. | - |
Example Usage
Section titled “Example Usage”Ask Claude to help you work with K8S Event resources:
Create K8S Event
Section titled “Create K8S Event”“Create a k8s-event named ‘example’ in the ‘production’ namespace”
CURL Examples
Section titled “CURL Examples”# Create resourcecurl -X POST "https://${TENANT}.console.ves.volterra.io/api/data/namespaces/$${PARAM}/site/${PARAM}/k8s_events" \ -H "Authorization: APIToken ${F5XC_API_TOKEN}" \ -H "Content-Type: application/json" \ -d @k8s_event.json