Interface RegistryController

All Known Implementing Classes:
AbstractOcpApicurioController, OcpApicurioController

public interface RegistryController
  • Method Details

    • getRegistryApiAddress

      String getRegistryApiAddress()
      Returns:
      registry url
    • getPublicRegistryApiAddress

      String getPublicRegistryApiAddress()
      Returns:
      registry public url
    • waitForRegistry

      void waitForRegistry() throws InterruptedException
      Waits for registry to be ready
      Throws:
      InterruptedException
    • undeploy

      boolean undeploy()
      Undeploy this registry by deleting related ApicurioRegistry CR
      Returns:
      true if the CR was found and deleted