Class ServiceChanged

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

public class ServiceChanged extends Event<Void>
Indicates that a service has changed.
  • Constructor Details

    • ServiceChanged

      public ServiceChanged(K8sObserver.ResponseType type, io.kubernetes.client.openapi.models.V1Service service)
      Initializes a new service changed event.
      Parameters:
      type - the type
      service - the service
  • Method Details