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

    Modifier and Type
    Method
    Description
    io.fabric8.kubernetes.client.Watcher.Action
     
    io.fabric8.openshift.api.model.DeploymentConfig
     
    void
    setAction(io.fabric8.kubernetes.client.Watcher.Action action)
     
    void
    setNode(io.fabric8.openshift.api.model.DeploymentConfig deploymentConfig)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeploymentConfigEvent

      public DeploymentConfigEvent(io.fabric8.kubernetes.client.Watcher.Action action, io.fabric8.openshift.api.model.DeploymentConfig deploymentConfig)
  • Method Details

    • 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)