Package step.plugins.k8s
Class KubernetesPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.k8s.KubernetesPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin,step.core.plugins.OptionalPlugin
public class KubernetesPlugin extends step.core.plugins.AbstractControllerPlugin
-
-
Constructor Summary
Constructors Constructor Description KubernetesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInitializeData(step.core.GlobalContext context)voidexecutionControllerStart(step.core.GlobalContext context)step.core.plugins.WebPlugingetWebPlugin()voidinitializeData(step.core.GlobalContext context)
-
-
-
Method Detail
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws java.lang.Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPlugin- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
java.lang.Exception
-
initializeData
public void initializeData(step.core.GlobalContext context) throws java.lang.Exception- Specified by:
initializeDatain interfacestep.core.plugins.ControllerPlugin- Overrides:
initializeDatain classstep.core.plugins.AbstractControllerPlugin- Throws:
java.lang.Exception
-
afterInitializeData
public void afterInitializeData(step.core.GlobalContext context) throws java.lang.Exception- Specified by:
afterInitializeDatain interfacestep.core.plugins.ControllerPlugin- Overrides:
afterInitializeDatain classstep.core.plugins.AbstractControllerPlugin- Throws:
java.lang.Exception
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPluginin interfacestep.core.plugins.ControllerPlugin- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
-