CStorVolumeAttachment
cstor.openebs.io / v1
apiVersion: cstor.openebs.io/v1
kind: CStorVolumeAttachment
metadata:
name: example
apiVersion
string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind
string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata
object
spec object required
CStorVolumeAttachmentSpec is the spec for a CStorVolume resource
iscsi object required
ISCSIInfo specific to ISCSI protocol, this is filled only if the volume type is iSCSI
iqn
string
Iqn of this volume
iscsiInterface
string
IscsiInterface of this volume
lun
string
Lun specify the lun number 0, 1.. on iSCSI Volume. (default: 0)
targetPortal
string
TargetPortal holds the target portal of this volume
volume object required
Volume specific info
accessModes
[]string
AccessMode of a volume will hold the access mode of the volume
accessType
string
AccessType of a volume will indicate if the volume will be used as a block device or mounted on a path
capacity
string
Capacity of the volume
devicePath
string
Device Path specifies the device path which is returned when the iSCSI login is successful
fsType
string
FSType of a volume will specify the format type - ext4(default), xfs of PV
mountOptions
[]string
MountOptions specifies the options with which mount needs to be attempted
name
string required
Name of the CSI volume
ownerNodeID
string required
OwnerNodeID is the Node ID which is also the owner of this Volume
readOnly
boolean
ReadOnly specifies if the volume needs to be mounted in ReadOnly mode
stagingTargetPath
string
StagingPath of the volume will hold the path on which the volume is mounted on that node
targetPath
string
TargetPath of the volume will hold the path on which the volume is bind mounted on that node
status
string
CStorVolumeAttachmentStatus status represents the current mount status of the volume
No matches. Try .spec.iscsi for an exact path