Cinder Persistent Volume Source Patch
data class CinderPersistentVolumeSourcePatch(val fsType: String? = null, val readOnly: Boolean? = null, val secretRef: SecretReferencePatch? = null, val volumeID: String? = null)
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: SecretReferencePatch? = null, volumeID: String? = null)