Uses of Class
org.jdrupes.vmoperator.common.VmDefinition
Packages that use VmDefinition
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of VmDefinition in org.jdrupes.vmoperator.common
Methods in org.jdrupes.vmoperator.common that return VmDefinitionModifier and TypeMethodDescriptionSet extra data (locally used, unknown to kubernetes). -
Uses of VmDefinition in org.jdrupes.vmoperator.manager.events
Methods in org.jdrupes.vmoperator.manager.events that return VmDefinitionModifier and TypeMethodDescriptionGetDisplayPassword.vmDefinition()
Gets the vm definition.VmChannel.vmDefinition()
Returns the last known definition of the VM.VmDefChanged.vmDefinition()
Return the VM definition.Methods in org.jdrupes.vmoperator.manager.events with parameters of type VmDefinitionModifier and TypeMethodDescriptionVmChannel.setVmDefinition
(VmDefinition definition) Sets the last known definition of the resource.Constructors in org.jdrupes.vmoperator.manager.events with parameters of type VmDefinitionModifierConstructorDescriptionGetDisplayPassword
(VmDefinition vmDef, String user) Instantiates a new request for the display secret.VmDefChanged
(K8sObserver.ResponseType type, boolean specChanged, VmDefinition vmDefinition) Instantiates a new VM changed event.