Kazan v0.11.0 Kazan.Apis.Core.V1.CinderPersistentVolumeSource View Source
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.
OpenAPI Definition: io.k8s.api.core.v1.CinderPersistentVolumeSource
Properties
fs_type::String- 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.
read_only::Boolean- Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info.
secret_ref::Kazan.Apis.Core.V1.SecretReference- Optional: points to a secret object containing parameters used to connect to OpenStack.
volume_id::String- volume id used to identify the volume in cinder More info.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.CinderPersistentVolumeSource{
fs_type: String.t(),
read_only: boolean(),
secret_ref: Kazan.Apis.Core.V1.SecretReference.t(),
volume_id: String.t()
}