Class VmResourceChanged

java.lang.Object
org.jgrapes.core.internal.EventBase<Void>
org.jgrapes.core.Event<Void>
org.jdrupes.vmoperator.manager.events.VmResourceChanged
All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class VmResourceChanged extends Event<Void>
Indicates a change in a VM “resource”.

Note that the resource combines the VM CR’s metadata (mostly immutable), the VM CR’s “spec” part, the VM CR’s “status” subresource and state information from the pod. Consumers that are only interested in “spec” changes should check specChanged() before processing the event any further.