Cinder Volume Source
data class CinderVolumeSource(val fsType: String? = null, val readOnly: Boolean? = null, val secretRef: LocalObjectReference? = null, val volumeID: String)
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
Constructors
Link copied to clipboard
constructor(fsType: String? = null, readOnly: Boolean? = null, secretRef: LocalObjectReference? = null, volumeID: String)