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

    Interface V1SecretVolumeSource

    SecretVolumeSource adapts a Secret into a volume.

    interface V1SecretVolumeSource {
        optional?: boolean;
        secretName?: string;
        volumeLabel?: string;
    }
    Index

    Properties

    optional?: boolean

    Specify whether the Secret or it's keys must be defined

    secretName?: string

    Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

    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).