Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScaleIoPersistentVolumeSource

ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource

Hierarchy

  • ScaleIoPersistentVolumeSource

Index

Properties

Optional Readonly fsType

fsType: string

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

default

xfs"

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#fsType

Readonly gateway

gateway: string

The host address of the ScaleIO API Gateway.

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#gateway

Optional Readonly protectionDomain

protectionDomain: string

The name of the ScaleIO Protection Domain for the configured storage.

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#protectionDomain

Optional Readonly readOnly

readOnly: boolean

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

default

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

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#readOnly

Readonly secretRef

secretRef: SecretReference

SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#secretRef

Optional Readonly sslEnabled

sslEnabled: boolean

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

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#sslEnabled

Optional Readonly storageMode

storageMode: string

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

default

ThinProvisioned.

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#storageMode

Optional Readonly storagePool

storagePool: string

The ScaleIO Storage Pool associated with the protection domain.

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#storagePool

Readonly system

system: string

The name of the storage system as configured in ScaleIO.

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#system

Optional Readonly volumeName

volumeName: string

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

schema

io.k8s.api.core.v1.ScaleIOPersistentVolumeSource#volumeName

Generated using TypeDoc