Interface RegistryController
- All Known Implementing Classes:
OcpApicurioController
public interface RegistryController
-
Method Summary
Modifier and TypeMethodDescriptionbooleanundeploy()Undeploy this registry by deleting related ApicurioRegistry CRvoidWaits for registry to be ready
-
Method Details
-
getRegistryApiAddress
String getRegistryApiAddress()- Returns:
- registry url
-
getPublicRegistryApiAddress
String getPublicRegistryApiAddress()- Returns:
- registry public url
-
waitForRegistry
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
-