Name: Pod

Represents a k8s Pod

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.k8s.Pod",
   "clusterName": <String>,
   "creationTime": DateTime,
   "hypervisorName": <String>,
   "lastUpdatedTime": DateTime,
   "name": <String>,
   "namespace": <String>,
   "owner": <String>,
   "ownerKind": <String>,
   "ownerUuid": <String>,
   "uuid": <String>,
   "vmInstanceUuid": <String>,
   "vmName": <String>,
   "vmTintriUuid": <String>,
   "annotations": java.util.Map,
   "labels": java.util.Map,
   "status": PodStatus,
   "volumes": [Volume],
}

Elements
NameTypeDescription
annotationsjava.util.MapAnnotations assigned to the k8s entity
labelsjava.util.MapLabels assigned to the k8s entity
statusPodStatusPod status
volumesxsd:list[Volume]Volumes attached to the pod

Attributes
NameTypeDescription
clusterNamexsd:stringk8s cluster name of the entity
creationTimeDateTimePod creation time
hypervisorNamexsd:stringName of hypervisor managing the worker VM
lastUpdatedTimeDateTimeLast update date/time
namexsd:stringEntity name
namespacexsd:stringEntity namespace
ownerxsd:stringPod owner
ownerKindxsd:stringType of pod owner. E.g. 'ReplicaSet'
ownerUuidxsd:stringUuid of the pod owner. If owner kind is 'ReplicaSet', it is uuid of the ReplicaSet
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