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