Options
All
  • Public
  • Public/Protected
  • All
Menu

ScaleIOVolumeSource represents a persistent ScaleIO volume

export
interface

IoK8sApiCoreV1ScaleIOVolumeSource

Hierarchy

  • IoK8sApiCoreV1ScaleIOVolumeSource

Index

Properties

fsType?: string

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs".

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

gateway: string

gateway is the host address of the ScaleIO API Gateway.

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

protectionDomain?: string

protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

readOnly?: boolean

readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

sslEnabled?: boolean

sslEnabled Flag enable/disable SSL communication with Gateway, default false

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

storageMode?: string

storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

storagePool?: string

storagePool is the ScaleIO Storage Pool associated with the protection domain.

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

system: string

system is the name of the storage system as configured in ScaleIO.

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

volumeName?: string

volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.

memberof

IoK8sApiCoreV1ScaleIOVolumeSource

Generated using TypeDoc