Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 623 Bytes

V1MultusNetwork.md

File metadata and controls

20 lines (14 loc) · 623 Bytes

Kubevirt::V1MultusNetwork

Properties

Name Type Description Notes
default Boolean Select the default network and add it to the multus-cni.io/default-network annotation. [optional]
network_name String References to a NetworkAttachmentDefinition CRD object. Format: <networkName>, <namespace>/<networkName>. If namespace is not specified, VMI namespace is assumed. [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1MultusNetwork.new(
  default: null,
  network_name: null
)