Expand description
Fields that describe the resources which container orchestrators manage or act upon.
Constantsยง
- ORCHESTRATOR_
API_ VERSION - API version being used to carry out the action
- ORCHESTRATOR_
CLUSTER_ ID - Unique ID of the cluster.
- ORCHESTRATOR_
CLUSTER_ NAME - Name of the cluster.
- ORCHESTRATOR_
CLUSTER_ URL - URL of the API used to manage the cluster.
- ORCHESTRATOR_
CLUSTER_ VERSION - The version of the cluster.
- ORCHESTRATOR_
NAMESPACE - Namespace in which the action is taking place.
- ORCHESTRATOR_
ORGANIZATION - Organization affected by the event (for multi-tenant orchestrator setups).
- ORCHESTRATOR_
RESOURCE_ ANNOTATION - The list of annotations added to the resource.
- ORCHESTRATOR_
RESOURCE_ ID - Unique ID of the resource being acted upon.
- ORCHESTRATOR_
RESOURCE_ IP - IP address assigned to the resource associated with the event being observed. In the case of a Kubernetes Pod, this array would contain only one element: the IP of the Pod (as opposed to the Node on which the Pod is running).
- ORCHESTRATOR_
RESOURCE_ LABEL - The list of labels added to the resource.
- ORCHESTRATOR_
RESOURCE_ NAME - Name of the resource being acted upon.
- ORCHESTRATOR_
RESOURCE_ PARENT_ TYPE - Type or kind of the parent resource associated with the event being observed. In Kubernetes, this will be the name of a built-in workload resource (e.g., Deployment, StatefulSet, DaemonSet).
- ORCHESTRATOR_
RESOURCE_ TYPE - Type of resource being acted upon.
- ORCHESTRATOR_
TYPE - Orchestrator cluster type (e.g. kubernetes, nomad or cloudfoundry).