PureVolume CRD reference
PureVolume is the Schema for the pure volume API.
PureVolume
Field | Description | Type |
---|---|---|
apiVersion | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | string |
kind | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | string |
spec | PureVolumeSpec defines the metadata for a pure volume. | object |
status | PureVolumeStatus defines the observed state of Purevolume | object |
spec
fields
Field | Description | Type |
---|---|---|
spec.podName | PodName is the name of the FlashArray/FlashBlade pod | string |
spec.secure | Secure defines whether the volume is encrypted or not | boolean |
spec.serial | Serial is the serial number for the volume | string |
spec.storageBackendType | StorageBackendType is the type of the backend | string |
spec.storageBackends | StorageBackends is a list of backends for the volume. | array |
spec.storageBackends.id | Id is the id of the backend | string |
spec.storageBackends.iqn | IQN is the iSCSI qualified name for the backend | string |
spec.storageBackends.nqn | NQN is the NVMe qualified name for the backend | string |
spec.storageBackends.targets | Targets is a list of targets for the backend | array |
spec.volumeID | VolumeID is the id of the pure volume on the backend | string |
spec.volumeName | VolumeName is the name of the volume/file system on the backend | string |