Cinder Persistent Volume Source Args
data class CinderPersistentVolumeSourceArgs(val fsType: Output<String>? = null, val readOnly: Output<Boolean>? = null, val secretRef: Output<SecretReferenceArgs>? = null, val volumeID: Output<String>) : ConvertibleToJava<CinderPersistentVolumeSourceArgs>
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: Output<String>? = null, readOnly: Output<Boolean>? = null, secretRef: Output<SecretReferenceArgs>? = null, volumeID: Output<String>)