Class Runtime

java.lang.Object
io.debezium.operator.api.model.Runtime

public class Runtime extends Object
  • Field Details

    • env

      @JsonPropertyDescription("Additional environment variables set from ConfigMaps or Secrets in containers.") private List<io.fabric8.kubernetes.api.model.EnvFromSource> env
    • jmx

      @JsonPropertyDescription("JMX configuration.") private JmxConfig jmx
    • templates

      @JsonPropertyDescription("Debezium Server resource templates.") private Templates templates
    • volumes

      @JsonPropertyDescription("Additional volumes mounted to containers.") private List<io.fabric8.kubernetes.api.model.Volume> volumes
    • serviceAccount

      @JsonPropertyDescription("An existing service account used to run the Debezium Server pod") private String serviceAccount
  • Constructor Details

    • Runtime

      public Runtime()
  • Method Details

    • getEnv

      public List<io.fabric8.kubernetes.api.model.EnvFromSource> getEnv()
    • setEnv

      public void setEnv(List<io.fabric8.kubernetes.api.model.EnvFromSource> env)
    • getVolumes

      public List<io.fabric8.kubernetes.api.model.Volume> getVolumes()
    • setVolumes

      public void setVolumes(List<io.fabric8.kubernetes.api.model.Volume> volumes)
    • getTemplates

      public Templates getTemplates()
    • setTemplates

      public void setTemplates(Templates templates)
    • getJmx

      public JmxConfig getJmx()
    • setJmx

      public void setJmx(JmxConfig jmx)
    • getServiceAccount

      public String getServiceAccount()
    • setServiceAccount

      public void setServiceAccount(String serviceAccount)