Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetConf ¶
type NetConf struct { types.NetConf ServerSocket string `json:"server_socket,omitempty"` Provider string `json:"provider,omitempty"` Routes []request.Route `json:"routes,omitempty"` IPAM *IPAMConf `json:"ipam,omitempty"` // PciAddrs in case of using sriov DeviceID string `json:"deviceID,omitempty"` VfDriver string `json:"vf_driver,omitempty"` // for dpdk VhostUserSocketVolumeName string `json:"vhost_user_socket_volume_name,omitempty"` VhostUserSocketName string `json:"vhost_user_socket_name,omitempty"` VhostUserSocketConsumption string `json:"vhost_user_socket_consumption,omitempty"` }
func (*NetConf) MarshalJSON ¶ added in v1.13.0
Click to show internal directories.
Click to hide internal directories.