CinderPersistentVolumeSourcePatchArgs

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)

Properties

Link copied to clipboard
val fsType: Output<String>? = null

fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

Link copied to clipboard
val readOnly: Output<Boolean>? = null

readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

Link copied to clipboard
val secretRef: Output<SecretReferencePatchArgs>? = null

secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack.

Link copied to clipboard
val volumeID: Output<String>? = null

volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

Functions

Link copied to clipboard
open override fun toJava(): CinderPersistentVolumeSourcePatchArgs