@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1DownwardAPIVolumeSource

    DownwardAPIVolumeSource represents a volume containing downward API info.

    interface V1DownwardAPIVolumeSource {
        fields?: K8sIoApiCoreV1DownwardAPIVolumeFile[];
        volumeLabel?: string;
    }
    Index

    Properties

    Fields is a list of downward API volume file

    volumeLabel?: string

    The volume label of the resulting disk inside the VMI. Different bootstrapping mechanisms require different values. Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart).