Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewValidator ¶
func NewValidator(netAttachDefs ctlcniv1.NetworkAttachmentDefinitionCache, vms ctlkubevirtv1.VirtualMachineCache) types.Validator
Types ¶
type NetConf ¶
type NetConf struct { cniv1.NetConf BrName string `json:"bridge"` IsGW bool `json:"isGateway"` IsDefaultGW bool `json:"isDefaultGateway"` ForceAddress bool `json:"forceAddress"` IPMasq bool `json:"ipMasq"` MTU int `json:"mtu"` HairpinMode bool `json:"hairpinMode"` PromiscMode bool `json:"promiscMode"` Vlan int `json:"vlan"` }
Click to show internal directories.
Click to hide internal directories.