Volume

Field Type Description
apiVersion string linode.kubeform.com/v1alpha1
kind string Volume
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec VolumeSpec
status VolumeStatus

VolumeSpec

(Appears on:Volume, VolumeStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
filesystemPath string (Optional) The full filesystem path for the Volume based on the Volume’s label. Path is /dev/disk/by-id/scsi-0LinodeVolume + Volume label.
label string The label of the Linode Volume.
linodeID int (Optional) The Linode ID where the Volume should be attached.
region string The region where this volume will be deployed.
size int (Optional) Size of the Volume in GB
status string (Optional) The status of the volume, indicating the current readiness state.
tags []string (Optional) An array of tags applied to this object. Tags are for organizational purposes only.

VolumeStatus

(Appears on:Volume)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output VolumeSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)