CnsKubernetesEntityType_enum

CnsKubernetesEntityType_enum
CnsKubernetesEntityType_enum

Enumerates types of Kubernetes entities for which CNS would be storing metadata for.

Possible values:

  • PERSISTENT_VOLUME: represents persistent volume entity in Kubernetes
  • PERSISTENT_VOLUME_CLAIM: represents persistent volume claim entity in Kubernetes
  • POD: represents pod entity in Kubernetes
  • KubernetesEntityType_Unknown: represent the value when the lower version client cannot recognize the enum value
This data structure has no properties.
Enumeration: PERSISTENT_VOLUME, PERSISTENT_VOLUME_CLAIM, POD, KubernetesEntityType_Unknown,