Volume

Field Type Description
apiVersion string digitalocean.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
description string (Optional)
dropletIDS []int64 (Optional)
filesystemLabel string (Optional)
filesystemType string (Optional) Deprecated
initialFilesystemLabel string (Optional)
initialFilesystemType string (Optional)
name string
region string
size int
snapshotID string (Optional)
urn string (Optional) the uniform resource name for the volume.

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)