Name
|
Type
|
Description
|
entityType | xsd:string |
Represents the type of entity in Kubernetes. See CnsKubernetesEntityType
for supported types.
|
namespace | xsd:string |
Namespace in Kubernetes the entity belongs to, if applicable.
Namespace must not be set for entity of type persistent volume and must be
set for entities of type persistent volume claim and pod.
|
referredEntity | CnsKubernetesEntityReference[] |
The Kubernetes entity it is referring to.
For example, a PVC refers to a PV, a Pod refers to one or more
PVCs etc. If is perfectly fine for an entity to not refer to
anything, example, a PV does not refer to a PVC etc.
Since vSAN API 7.0
|
Properties inherited from CnsEntityMetadata |
clusterId, delete, entityName, labels |
Properties inherited from DynamicData |
None |