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 KubernetesPERSISTENT_VOLUME_CLAIM
: represents persistent volume claim entity in KubernetesPOD
: represents pod entity in KubernetesKubernetesEntityType_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,