E4FA client-python/docs/V1VirtualMachineInstanceStatus.md at master · nirarg/client-python · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.58 KB

File metadata and controls

22 lines (18 loc) · 2.58 KB

V1VirtualMachineInstanceStatus

Properties

Name Type Description Notes
active_pods dict(str, str) ActivePods is a mapping of pod UID to node name. It is possible for multiple pods to be running for a single VMI during migration. [optional]
conditions list[V1VirtualMachineInstanceCondition] Conditions are specific points in VirtualMachineInstance's pod runtime. [optional]
evacuation_node_name str EvacuationNodeName is used to track the eviction process of a VMI. It stores the name of the node that we want to evacuate. It is meant to be used by KubeVirt core components only and can't be set or modified by users. [optional]
guest_os_info V1VirtualMachineInstanceGuestOSInfo Guest OS Information [optional]
interfaces list[V1VirtualMachineInstanceNetworkInterface] Interfaces represent the details of available network interfaces. [optional]
launcher_container_image_version str LauncherContainerImageVersion indicates what container image is currently active for the vmi. [optional]
migration_method str Represents the method using which the vmi can be migrated: live migration or block migration [optional]
migration_state V1VirtualMachineInstanceMigrationState Represents the status of a live migration [optional]
node_name str NodeName is the name where the VirtualMachineInstance is currently running. [optional]
phase str Phase is the status of the VirtualMachineInstance in kubernetes world. It is not the VirtualMachineInstance status, but partially correlates to it. [optional]
qos_class str The Quality of Service (QOS) classification assigned to the virtual machine instance based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md [optional]
reason str A brief CamelCase message indicating details about why the VMI is in this state. e.g. 'NodeUnresponsive' [optional]
volume_status list[V1VolumeStatus] VolumeStatus contains the statuses of all the volumes [optional]

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

0