Uses of Class
org.jdrupes.vmoperator.manager.events.VmChannel
Package
Description
The following diagram shows the components of the manager application.
-
Uses of VmChannel in org.jdrupes.vmoperator.manager
Modifier and TypeMethodDescriptionvoid
DisplaySecretMonitor.onGetDisplaySecrets
(GetDisplayPassword event, VmChannel channel) On get display secrets.void
Controller.onModifyVm
(ModifyVm event, VmChannel channel) On modify vm.void
Reset the VM by incrementing the reset count and doing a partial reconcile (configmap only).void
Reconciler.onVmDefChanged
(VmDefChanged event, VmChannel channel) Handles the change event.Reconcile.void
Reconcile.void
Reconcile.void
Reconcile the pod.void
Reconcile the PVCs.void
Reconcile stateful set.ModifierConstructorDescriptionDisplaySecretMonitor
(Channel componentChannel, ChannelDictionary<String, VmChannel, ?> channelDictionary) Instantiates a new display secrets monitor.VmMonitor
(Channel componentChannel, ChannelManager<String, VmChannel, ?> channelManager) Instantiates a new VM definition watcher. -
Uses of VmChannel in org.jdrupes.vmoperator.manager.events
Modifier and TypeMethodDescriptionVmChannel.setVmDefinition
(VmDefinition definition) Sets the last known definition of the resource. -
Uses of VmChannel in org.jdrupes.vmoperator.vmconlet
Modifier and TypeMethodDescriptionvoid
VmConlet.onVmDefChanged
(VmDefChanged event, VmChannel channel) Track the VM definitions. -
Uses of VmChannel in org.jdrupes.vmoperator.vmviewer
Modifier and TypeMethodDescriptionvoid
VmViewer.onVmDefChanged
(VmDefChanged event, VmChannel channel) Track the VM definitions.