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

    Interface V1InterfaceBindingPlugin

    interface V1InterfaceBindingPlugin {
        computeResourceOverhead?: V1ResourceRequirementsWithoutClaims;
        domainAttachmentType?: string;
        downwardAPI?: string;
        migration?: V1InterfaceBindingMigration;
        networkAttachmentDefinition?: string;
        sidecarImage?: string;
    }
    Index

    Properties

    computeResourceOverhead?: V1ResourceRequirementsWithoutClaims

    ComputeResourceOverhead specifies the resource overhead that should be added to the compute container when using the binding. version: v1alphav1

    domainAttachmentType?: string

    DomainAttachmentType is a standard domain network attachment method kubevirt supports. Supported values: "tap", "managedTap" (since v1.4). The standard domain attachment can be used instead or in addition to the sidecarImage. version: 1alphav1

    downwardAPI?: string

    DownwardAPI specifies what kind of data should be exposed to the binding plugin sidecar. Supported values: "device-info" version: v1alphav1

    Migration means the VM using the plugin can be safely migrated version: 1alphav1

    networkAttachmentDefinition?: string

    NetworkAttachmentDefinition references to a NetworkAttachmentDefinition CR object. Format: , /. If namespace is not specified, VMI namespace is assumed. version: 1alphav1

    sidecarImage?: string

    SidecarImage references a container image that runs in the virt-launcher pod. The sidecar handles (libvirt) domain configuration and optional services. version: 1alphav1