Uses of Class
org.jdrupes.vmoperator.manager.events.VmResourceChanged
Packages that use VmResourceChanged
Package
Description
The following diagram shows the components of the manager application.
-
Uses of VmResourceChanged in org.jdrupes.vmoperator.manager
Methods in org.jdrupes.vmoperator.manager with parameters of type VmResourceChangedModifier and TypeMethodDescriptionvoid
DisplaySecretReconciler.onVmResourceChanged
(VmResourceChanged event, Channel channel) On vm def changed.void
PodMonitor.onVmResourceChanged
(VmResourceChanged event, VmChannel channel) Check for pending changes.void
PoolMonitor.onVmResourceChanged
(VmResourceChanged event) Track VM definition changes.void
Reconciler.onVmResourceChanged
(VmResourceChanged event, VmChannel channel) Handles the change event. -
Uses of VmResourceChanged in org.jdrupes.vmoperator.vmaccess
Methods in org.jdrupes.vmoperator.vmaccess with parameters of type VmResourceChangedModifier and TypeMethodDescriptionvoid
VmAccess.onVmResourceChanged
(VmResourceChanged event, VmChannel channel) Track the VM definitions and update conlets. -
Uses of VmResourceChanged in org.jdrupes.vmoperator.vmmgmt
Methods in org.jdrupes.vmoperator.vmmgmt with parameters of type VmResourceChangedModifier and TypeMethodDescriptionvoid
VmMgmt.onVmResourceChanged
(VmResourceChanged event, VmChannel channel) Track the VM definitions.