Name: Container

Represents a container

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.k8s.Container",
   "clusterName": <String>,
   "hypervisorName": <String>,
   "image": <String>,
   "lastUpdatedTime": DateTime,
   "name": <String>,
   "namespace": <String>,
   "podName": <String>,
   "podUuid": <String>,
   "uuid": <String>,
   "vmInstanceUuid": <String>,
   "vmName": <String>,
   "vmTintriUuid": <String>,
   "annotations": java.util.Map,
   "labels": java.util.Map,
   "status": ContainerStatus,
   "volumeMounts": [VolumeMount],
}

Elements
NameTypeDescription
annotationsjava.util.MapAnnotations assigned to the k8s entity
labelsjava.util.MapLabels assigned to the k8s entity
statusContainerStatusContainer status
volumeMountsxsd:list[VolumeMount]Volumes mounted onto container.

Attributes
NameTypeDescription
clusterNamexsd:stringk8s cluster name of the entity
hypervisorNamexsd:stringName of hypervisor managing the worker VM
imagexsd:stringContainer image
lastUpdatedTimeDateTimeLast update date/time
namexsd:stringEntity name
namespacexsd:stringEntity namespace
podNamexsd:stringName of pod in which the container is running.
podUuidxsd:stringUuid of the pod running this container
uuidxsd:stringEntity's uuid
vmInstanceUuidxsd:stringInstance uuid of the worker node VM
vmNamexsd:stringName of the worker/control node VM
vmTintriUuidxsd:stringTintri uuid of the worker node VM