Module orchestrator

Module orchestrator 

Source
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).