Package dev.galasa.galasaecosystem
Interface IKubernetesEcosystem
- All Superinterfaces:
IGenericEcosystem
Kubernetes Ecosystem TPI
Provides access to the ecosystem endpoints and provides the mean to manipulate the ecosystem
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
getSubmittedRuns
(String groupName) com.google.gson.JsonObject
waitForGroupNames
(String groupName, long timeout) Methods inherited from interface dev.galasa.galasaecosystem.IGenericEcosystem
addZosImageToCps, addZosImageToCpsAsDefault, getCpsProperty, getCredsProperty, getDssProperty, getEndpoint, getHostCpsProperty, setCpsProperty, setCredsProperty, setDssProperty, setZosClusterImages, setZosImageDseTag, submitRun, waitForRun, waitForRun
-
Method Details
-
getSubmittedRuns
com.google.gson.JsonObject getSubmittedRuns(String groupName) throws GalasaEcosystemManagerException - Throws:
GalasaEcosystemManagerException
-
waitForGroupNames
com.google.gson.JsonObject waitForGroupNames(String groupName, long timeout) throws GalasaEcosystemManagerException - Throws:
GalasaEcosystemManagerException
-