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

    Interface V1UserPasswordAccessCredentialPropagationMethod

    UserPasswordAccessCredentialPropagationMethod represents the method used to inject a user passwords into the vm guest. Only one of its members may be specified.

    interface V1UserPasswordAccessCredentialPropagationMethod {
        qemuGuestAgent?: object;
    }
    Index

    Properties

    Properties

    qemuGuestAgent?: object

    QemuGuestAgentAccessCredentailPropagation means passwords 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.