Class DeploymentConfigEvent
- java.lang.Object
-
- org.apache.camel.component.openshift.deploymentconfigs.DeploymentConfigEvent
-
public class DeploymentConfigEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentConfigEvent(io.fabric8.kubernetes.client.Watcher.Action action, io.fabric8.openshift.api.model.DeploymentConfig deploymentConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.kubernetes.client.Watcher.Action
getAction()
io.fabric8.openshift.api.model.DeploymentConfig
getDeploymentConfig()
void
setAction(io.fabric8.kubernetes.client.Watcher.Action action)
void
setNode(io.fabric8.openshift.api.model.DeploymentConfig deploymentConfig)
-
-
-
Method Detail
-
getAction
public io.fabric8.kubernetes.client.Watcher.Action getAction()
-
setAction
public void setAction(io.fabric8.kubernetes.client.Watcher.Action action)
-
getDeploymentConfig
public io.fabric8.openshift.api.model.DeploymentConfig getDeploymentConfig()
-
setNode
public void setNode(io.fabric8.openshift.api.model.DeploymentConfig deploymentConfig)
-
-