Package step.plugins.k8s
Class KubernetesManagerImpl
- java.lang.Object
-
- step.plugins.k8s.KubernetesManagerImpl
-
- All Implemented Interfaces:
KubernetesManager
public class KubernetesManagerImpl extends Object implements KubernetesManager
-
-
Constructor Summary
Constructors Constructor Description KubernetesManagerImpl(ch.exense.commons.app.Configuration config)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AgentPool>
getAgentPool()
SSLContext
getSSLContext()
static void
main(String[] args)
void
setAgentPoolReplicas(AgentPool agentPoolSetting)
-
-
-
Constructor Detail
-
KubernetesManagerImpl
public KubernetesManagerImpl(ch.exense.commons.app.Configuration config) throws CertificateException, KeyStoreException, NoSuchAlgorithmException, IOException, KeyManagementException
-
-
Method Detail
-
getAgentPool
public List<AgentPool> getAgentPool() throws IOException, InterruptedException, URISyntaxException
- Specified by:
getAgentPool
in interfaceKubernetesManager
- Throws:
IOException
InterruptedException
URISyntaxException
-
setAgentPoolReplicas
public void setAgentPoolReplicas(AgentPool agentPoolSetting) throws URISyntaxException, IOException, InterruptedException
- Specified by:
setAgentPoolReplicas
in interfaceKubernetesManager
- Throws:
URISyntaxException
IOException
InterruptedException
-
getSSLContext
public SSLContext getSSLContext() throws KeyStoreException, CertificateException, NoSuchAlgorithmException, IOException, KeyManagementException
-
-