Options
All
  • Public
  • Public/Protected
  • All
Menu

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

export
interface

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

Hierarchy

  • IoK8sApiCoreV1ScaleIOPersistentVolumeSource

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

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

gateway: string

gateway is the host address of the ScaleIO API Gateway.

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

protectionDomain?: string

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

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

readOnly?: boolean

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

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

sslEnabled?: boolean

sslEnabled is the flag to enable/disable SSL communication with Gateway, default false

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

storageMode?: string

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

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

storagePool?: string

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

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

system: string

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

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

volumeName?: string

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

memberof

IoK8sApiCoreV1ScaleIOPersistentVolumeSource

Generated using TypeDoc