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

    Interface V1PodNetwork

    Represents the stock pod network interface.

    interface V1PodNetwork {
        vmIPv6NetworkCIDR?: string;
        vmNetworkCIDR?: string;
    }
    Index

    Properties

    vmIPv6NetworkCIDR?: string

    IPv6 CIDR for the vm network. Defaults to fd10:0:2::/120 if not specified.

    vmNetworkCIDR?: string

    CIDR for vm network. Default 10.0.2.0/24 if not specified.