Class ProbeFluent<A extends ProbeFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.ProbeFluent<A>
Direct Known Subclasses:
AbstractKafkaConnectSpecFluent.LivenessProbeNested, AbstractKafkaConnectSpecFluent.ReadinessProbeNested, CruiseControlSpecFluent.LivenessProbeNested, CruiseControlSpecFluent.ReadinessProbeNested, EntityTopicOperatorSpecFluent.LivenessProbeNested, EntityTopicOperatorSpecFluent.ReadinessProbeNested, EntityTopicOperatorSpecFluent.StartupProbeNested, EntityUserOperatorSpecFluent.LivenessProbeNested, EntityUserOperatorSpecFluent.ReadinessProbeNested, KafkaBridgeSpecFluent.LivenessProbeNested, KafkaBridgeSpecFluent.ReadinessProbeNested, KafkaClusterSpecFluent.LivenessProbeNested, KafkaClusterSpecFluent.ReadinessProbeNested, KafkaExporterSpecFluent.LivenessProbeNested, KafkaExporterSpecFluent.ReadinessProbeNested, KafkaMirrorMakerSpecFluent.LivenessProbeNested, KafkaMirrorMakerSpecFluent.ReadinessProbeNested, ProbeBuilder, TlsSidecarFluent.LivenessProbeNested, TlsSidecarFluent.ReadinessProbeNested, ZookeeperClusterSpecFluent.LivenessProbeNested, ZookeeperClusterSpecFluent.ReadinessProbeNested

public class ProbeFluent<A extends ProbeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
  • Constructor Details

    • ProbeFluent

      public ProbeFluent()
    • ProbeFluent

      public ProbeFluent(Probe instance)
  • Method Details

    • getInitialDelaySeconds

      public int getInitialDelaySeconds()
    • withInitialDelaySeconds

      public A withInitialDelaySeconds(int initialDelaySeconds)
    • hasInitialDelaySeconds

      public boolean hasInitialDelaySeconds()
    • getTimeoutSeconds

      public int getTimeoutSeconds()
    • withTimeoutSeconds

      public A withTimeoutSeconds(int timeoutSeconds)
    • hasTimeoutSeconds

      public boolean hasTimeoutSeconds()
    • getPeriodSeconds

      public Integer getPeriodSeconds()
    • withPeriodSeconds

      public A withPeriodSeconds(Integer periodSeconds)
    • hasPeriodSeconds

      public boolean hasPeriodSeconds()
    • getSuccessThreshold

      public Integer getSuccessThreshold()
    • withSuccessThreshold

      public A withSuccessThreshold(Integer successThreshold)
    • hasSuccessThreshold

      public boolean hasSuccessThreshold()
    • getFailureThreshold

      public Integer getFailureThreshold()
    • withFailureThreshold

      public A withFailureThreshold(Integer failureThreshold)
    • hasFailureThreshold

      public boolean hasFailureThreshold()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object