Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.49 KB

ScaleIOVolumeSource.md

File metadata and controls

22 lines (15 loc) · 1.49 KB

ScaleIOVolumeSource

ScaleIOVolumeSource represents a persistent ScaleIO volume

Properties

Name Type Description Notes
fsType String Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". [optional]
gateway String The host address of the ScaleIO API Gateway.
protectionDomain String The name of the ScaleIO Protection Domain for the configured storage. [optional]
readOnly Boolean Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. [optional]
secretRef io.kubernetes.client.openapi.models.V1LocalObjectReference
sslEnabled Boolean Flag to enable/disable SSL communication with Gateway, default false [optional]
storageMode String Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. [optional]
storagePool String The ScaleIO Storage Pool associated with the protection domain. [optional]
system String The name of the storage system as configured in ScaleIO.
volumeName String The name of a volume already created in the ScaleIO system that is associated with this volume source. [optional]