Uses of Enum Class
org.jdrupes.vmoperator.common.K8sObserver.ResponseType
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of K8sObserver.ResponseType in org.jdrupes.vmoperator.common
Modifier and TypeMethodDescriptionstatic K8sObserver.ResponseType
Returns the enum constant of this class with the specified name.static K8sObserver.ResponseType[]
K8sObserver.ResponseType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K8sObserver.ResponseType in org.jdrupes.vmoperator.manager.events
ModifierConstructorDescriptionVmDefChanged
(K8sObserver.ResponseType type, boolean specChanged, VmDefinition vmDefinition) Instantiates a new VM changed event.