Name: Namespace

Represents a k8s namespace. Uses only name and clusterName attributes from parent class.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.k8s.Namespace",
   "clusterName": <String>,
   "hypervisorName": <String>,
   "lastUpdatedTime": DateTime,
   "name": <String>,
   "namespace": <String>,
   "uuid": <String>,
   "vmInstanceUuid": <String>,
   "vmName": <String>,
   "vmTintriUuid": <String>,
   "annotations": java.util.Map,
   "labels": java.util.Map,
}

Elements
NameTypeDescription
annotationsjava.util.MapAnnotations assigned to the k8s entity
labelsjava.util.MapLabels assigned to the k8s entity

Attributes
NameTypeDescription
clusterNamexsd:stringk8s cluster name of the entity
hypervisorNamexsd:stringName of hypervisor managing the worker VM
lastUpdatedTimeDateTimeLast update date/time
namexsd:stringEntity name
namespacexsd:stringEntity namespace
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