Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.72 KB

V1InterfaceBindingPlugin.md

File metadata and controls

15 lines (11 loc) · 1.72 KB

V1InterfaceBindingPlugin

Properties

Name Type Description Notes
compute_resource_overhead V1ResourceRequirementsWithoutClaims ComputeResourceOverhead specifies the resource overhead that should be added to the compute container when using the binding. version: v1alphav1 [optional]
domain_attachment_type str DomainAttachmentType is a standard domain network attachment method kubevirt supports. Supported values: "tap", "managedTap" (since v1.4). 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]