Uses of Enum Class
org.jdrupes.vmoperator.common.K8sObserver.ResponseType
Packages that use K8sObserver.ResponseType
Package
Description
Classes and methods shared among the VM operator modules.
-
Uses of K8sObserver.ResponseType in org.jdrupes.vmoperator.common
Methods in org.jdrupes.vmoperator.common that return K8sObserver.ResponseTypeModifier 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
Methods in org.jdrupes.vmoperator.manager.events that return K8sObserver.ResponseTypeModifier and TypeMethodDescriptionPodChanged.type()
Returns the type.VmResourceChanged.type()
Returns the type.Constructors in org.jdrupes.vmoperator.manager.events with parameters of type K8sObserver.ResponseTypeModifierConstructorDescriptionPodChanged
(io.kubernetes.client.openapi.models.V1Pod pod, K8sObserver.ResponseType type) Instantiates a new VM changed event.VmResourceChanged
(K8sObserver.ResponseType type, VmDefinition vmDefinition, boolean specChanged, boolean podChanged) Instantiates a new VM changed event.