Uses of Class
org.jdrupes.vmoperator.manager.events.VmChannel
Packages that use VmChannel
Package
Description
The following diagram shows the components of the manager application.
-
Uses of VmChannel in org.jdrupes.vmoperator.manager
Methods in org.jdrupes.vmoperator.manager with parameters of type VmChannelModifier 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.Constructor parameters in org.jdrupes.vmoperator.manager with type arguments of type VmChannelModifierConstructorDescriptionDisplaySecretMonitor
(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
Methods in org.jdrupes.vmoperator.manager.events that return VmChannelModifier and TypeMethodDescriptionVmChannel.setVmDefinition
(VmDefinition definition) Sets the last known definition of the resource. -
Uses of VmChannel in org.jdrupes.vmoperator.vmconlet
Methods in org.jdrupes.vmoperator.vmconlet with parameters of type VmChannelModifier and TypeMethodDescriptionvoid
VmConlet.onVmDefChanged
(VmDefChanged event, VmChannel channel) Track the VM definitions. -
Uses of VmChannel in org.jdrupes.vmoperator.vmviewer
Methods in org.jdrupes.vmoperator.vmviewer with parameters of type VmChannelModifier and TypeMethodDescriptionvoid
VmViewer.onVmDefChanged
(VmDefChanged event, VmChannel channel) Track the VM definitions.