Package step.plugins.k8s
Class KubernetesManagerMock
- java.lang.Object
-
- step.plugins.k8s.KubernetesManagerMock
-
- All Implemented Interfaces:
KubernetesManager
public class KubernetesManagerMock extends Object implements KubernetesManager
-
-
Constructor Summary
Constructors Constructor Description KubernetesManagerMock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AgentPool>
getAgentPool()
void
setAgentPoolReplicas(AgentPool agentPoolSetting)
-
-
-
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
-
-