Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PortworxVolumeSource

PortworxVolumeSource represents a Portworx volume resource.

schema

io.k8s.api.core.v1.PortworxVolumeSource

Hierarchy

  • PortworxVolumeSource

Index

Properties

Properties

Optional Readonly fsType

fsType: string

FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.

schema

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

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.PortworxVolumeSource#readOnly

Readonly volumeId

volumeId: string

VolumeID uniquely identifies a Portworx volume

schema

io.k8s.api.core.v1.PortworxVolumeSource#volumeID

Generated using TypeDoc