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
Controller.onModifyVm
(ModifyVm event, VmChannel channel) On modify vm.void
DisplaySecretReconciler.onPrepareConsole
(PrepareConsole event, VmChannel channel) Prepares access to the console for the user from the event.void
Reset the VM by incrementing the reset count and doing a partial reconcile (configmap only).void
Controller.onUpdatedAssignment
(UpdateAssignment event, VmChannel channel) Attempt to Update the assignment information in the status of the VM CR.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 TypeMethodDescriptionGetVms.VmData.channel()
Returns the value of thechannel
record component.VmChannel.setVmDefinition
(VmDefinition definition) Sets the last known definition of the resource.Constructors in org.jdrupes.vmoperator.manager.events with parameters of type VmChannelModifierConstructorDescriptionVmData
(VmDefinition definition, VmChannel channel) Creates an instance of aVmData
record class. -
Uses of VmChannel in org.jdrupes.vmoperator.vmaccess
Methods in org.jdrupes.vmoperator.vmaccess with parameters of type VmChannelModifier and TypeMethodDescriptionvoid
VmAccess.onVmDefChanged
(VmDefChanged event, VmChannel channel) Track the VM definitions and update conlets. -
Uses of VmChannel in org.jdrupes.vmoperator.vmmgmt
Methods in org.jdrupes.vmoperator.vmmgmt with parameters of type VmChannelModifier and TypeMethodDescriptionvoid
VmMgmt.onVmDefChanged
(VmDefChanged event, VmChannel channel) Track the VM definitions.