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

    Interface V1SSHPublicKeyAccessCredentialPropagationMethod

    SSHPublicKeyAccessCredentialPropagationMethod represents the method used to inject a ssh public key into the vm guest. Only one of its members may be specified.

    interface V1SSHPublicKeyAccessCredentialPropagationMethod {
        configDrive?: object;
        noCloud?: object;
        qemuGuestAgent?: V1QemuGuestAgentSSHPublicKeyAccessCredentialPropagation;
    }
    Index

    Properties

    configDrive?: object

    ConfigDrivePropagation means that the ssh public keys are injected into the VM using metadata using the configDrive cloud-init provider

    noCloud?: object

    NoCloudPropagation means that the ssh public keys are injected into the VM using metadata using the noCloud cloud-init provider

    QemuGuestAgentAccessCredentailPropagation means ssh public keys are dynamically injected into the vm at runtime via the qemu guest agent. This feature requires the qemu guest agent to be running within the guest.