Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.41 KB

V1InterfaceBindingPlugin.md

File metadata and controls

14 lines (10 loc) · 1.41 KB

V1InterfaceBindingPlugin

Properties

Name Type Description Notes
domain_attachment_type str DomainAttachmentType is a standard domain network attachment method kubevirt supports. Supported values: "tap". The standard domain attachment can be used instead or in addition to the sidecarImage. version: 1alphav1 [optional]
downward_api str DownwardAPI specifies what kind of data should be exposed to the binding plugin sidecar. Supported values: "device-info" version: v1alphav1 [optional]
migration V1InterfaceBindingMigration Migration means the VM using the plugin can be safely migrated version: 1alphav1 [optional]
network_attachment_definition str NetworkAttachmentDefinition references to a NetworkAttachmentDefinition CR object. Format: <name>, <namespace>/<name>. If namespace is not specified, VMI namespace is assumed. version: 1alphav1 [optional]
sidecar_image str SidecarImage references a container image that runs in the virt-launcher pod. The sidecar handles (libvirt) domain configuration and optional services. version: 1alphav1 [optional]

[Back to Model list] [Back to API list] [Back to README]