| ||
| detail: element | attribute | value | ||
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>,
"nodeInstanceUuid": <String>,
"nodeName": <String>,
"nodeTintriUuid": <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],
}
|
| Name | Type | Description |
|---|---|---|
| annotations | java.util.Map | Annotations assigned to the k8s entity |
| labels | java.util.Map | Labels assigned to the k8s entity |
| status | PodStatus | Pod status |
| volumes | xsd:list[Volume] | Volumes attached to the pod |
| Name | Type | Description |
|---|---|---|
| clusterName | xsd:string | k8s cluster name of the entity |
| creationTime | DateTime | Pod creation time |
| hypervisorName | xsd:string | Name of hypervisor managing the worker VM |
| lastUpdatedTime | DateTime | Last update date/time |
| name | xsd:string | Entity name |
| namespace | xsd:string | Entity namespace |
| nodeInstanceUuid | xsd:string | Instance uuid of k8s worker node |
| nodeName | xsd:string | Name of worker node the object is associated with. |
| nodeTintriUuid | xsd:string | Tintri uuid of k8s worker node |
| owner | xsd:string | Pod owner |
| ownerKind | xsd:string | Type of pod owner. E.g. 'ReplicaSet' |
| ownerUuid | xsd:string | Uuid of the pod owner. If owner kind is 'ReplicaSet', it is uuid of the ReplicaSet |
| uuid | xsd:string | Entity's uuid |
| vmInstanceUuid | xsd:string | Instance uuid of the worker node VM |
| vmName | xsd:string | Name of the worker/control node VM |
| vmTintriUuid | xsd:string | Tintri uuid of the worker node VM |
| ||
| detail: element | attribute | value | ||