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
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintbooleaninthashCode()booleanbooleanbooleanbooleantoString()withFailureThreshold(Integer failureThreshold) withInitialDelaySeconds(int initialDelaySeconds) withPeriodSeconds(Integer periodSeconds) withSuccessThreshold(Integer successThreshold) withTimeoutSeconds(int timeoutSeconds) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
ProbeFluent
public ProbeFluent() -
ProbeFluent
-
-
Method Details
-
getInitialDelaySeconds
public int getInitialDelaySeconds() -
withInitialDelaySeconds
-
hasInitialDelaySeconds
public boolean hasInitialDelaySeconds() -
getTimeoutSeconds
public int getTimeoutSeconds() -
withTimeoutSeconds
-
hasTimeoutSeconds
public boolean hasTimeoutSeconds() -
getPeriodSeconds
-
withPeriodSeconds
-
hasPeriodSeconds
public boolean hasPeriodSeconds() -
getSuccessThreshold
-
withSuccessThreshold
-
hasSuccessThreshold
public boolean hasSuccessThreshold() -
getFailureThreshold
-
withFailureThreshold
-
hasFailureThreshold
public boolean hasFailureThreshold() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>
-
toString
-