Uses of Class
org.jdrupes.vmoperator.common.VmDefinitionModel
Packages that use VmDefinitionModel
Package
Description
The following diagram shows the components of the manager application.
-
Uses of VmDefinitionModel in org.jdrupes.vmoperator.manager
Method parameters in org.jdrupes.vmoperator.manager with type arguments of type VmDefinitionModelModifier and TypeMethodDescriptionprotected void
VmMonitor.handleChange
(K8sClient client, io.kubernetes.client.util.Watch.Response<VmDefinitionModel> response) -
Uses of VmDefinitionModel in org.jdrupes.vmoperator.runner.qemu
Methods in org.jdrupes.vmoperator.runner.qemu with parameters of type VmDefinitionModelModifier and TypeMethodDescriptionprotected void
VmDefUpdater.updateCondition
(VmDefinitionModel from, com.google.gson.JsonObject status, String type, boolean state, String reason, String message) Update condition.