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

    Interface V1MultusNetwork

    Represents the multus cni network.

    interface V1MultusNetwork {
        default?: boolean;
        networkName: string;
    }
    Index

    Properties

    default?: boolean

    Select the default network and add it to the multus-cni.io/default-network annotation.

    networkName: string

    References to a NetworkAttachmentDefinition CRD object. Format: , /. If namespace is not specified, VMI namespace is assumed.

    ""