Package io.strimzi.api.kafka.model
Class ProbeFluentImpl<A extends ProbeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.ProbeFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ProbeFluent<A>
- Direct Known Subclasses:
AbstractKafkaConnectSpecFluentImpl.LivenessProbeNestedImpl,AbstractKafkaConnectSpecFluentImpl.ReadinessProbeNestedImpl,CruiseControlSpecFluentImpl.LivenessProbeNestedImpl,CruiseControlSpecFluentImpl.ReadinessProbeNestedImpl,EntityTopicOperatorSpecFluentImpl.LivenessProbeNestedImpl,EntityTopicOperatorSpecFluentImpl.ReadinessProbeNestedImpl,EntityTopicOperatorSpecFluentImpl.StartupProbeNestedImpl,EntityUserOperatorSpecFluentImpl.LivenessProbeNestedImpl,EntityUserOperatorSpecFluentImpl.ReadinessProbeNestedImpl,KafkaBridgeSpecFluentImpl.LivenessProbeNestedImpl,KafkaBridgeSpecFluentImpl.ReadinessProbeNestedImpl,KafkaClusterSpecFluentImpl.LivenessProbeNestedImpl,KafkaClusterSpecFluentImpl.ReadinessProbeNestedImpl,KafkaExporterSpecFluentImpl.LivenessProbeNestedImpl,KafkaExporterSpecFluentImpl.ReadinessProbeNestedImpl,KafkaMirrorMakerSpecFluentImpl.LivenessProbeNestedImpl,KafkaMirrorMakerSpecFluentImpl.ReadinessProbeNestedImpl,ProbeBuilder,TlsSidecarFluentImpl.LivenessProbeNestedImpl,TlsSidecarFluentImpl.ReadinessProbeNestedImpl,ZookeeperClusterSpecFluentImpl.LivenessProbeNestedImpl,ZookeeperClusterSpecFluentImpl.ReadinessProbeNestedImpl
public class ProbeFluentImpl<A extends ProbeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProbeFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ProbeFluentImpl()ProbeFluentImpl(Probe instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetFailureThreshold()intgetInitialDelaySeconds()IntegergetPeriodSeconds()IntegergetSuccessThreshold()intgetTimeoutSeconds()BooleanhasFailureThreshold()inthashCode()BooleanhasInitialDelaySeconds()BooleanhasPeriodSeconds()BooleanhasSuccessThreshold()BooleanhasTimeoutSeconds()AwithFailureThreshold(Integer failureThreshold)AwithInitialDelaySeconds(int initialDelaySeconds)AwithPeriodSeconds(Integer periodSeconds)AwithSuccessThreshold(Integer successThreshold)AwithTimeoutSeconds(int timeoutSeconds)
-
-
-
Constructor Detail
-
ProbeFluentImpl
public ProbeFluentImpl()
-
ProbeFluentImpl
public ProbeFluentImpl(Probe instance)
-
-
Method Detail
-
getInitialDelaySeconds
public int getInitialDelaySeconds()
- Specified by:
getInitialDelaySecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
withInitialDelaySeconds
public A withInitialDelaySeconds(int initialDelaySeconds)
- Specified by:
withInitialDelaySecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
hasInitialDelaySeconds
public Boolean hasInitialDelaySeconds()
- Specified by:
hasInitialDelaySecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
getTimeoutSeconds
public int getTimeoutSeconds()
- Specified by:
getTimeoutSecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
withTimeoutSeconds
public A withTimeoutSeconds(int timeoutSeconds)
- Specified by:
withTimeoutSecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
hasTimeoutSeconds
public Boolean hasTimeoutSeconds()
- Specified by:
hasTimeoutSecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
getPeriodSeconds
public Integer getPeriodSeconds()
- Specified by:
getPeriodSecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
withPeriodSeconds
public A withPeriodSeconds(Integer periodSeconds)
- Specified by:
withPeriodSecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
hasPeriodSeconds
public Boolean hasPeriodSeconds()
- Specified by:
hasPeriodSecondsin interfaceProbeFluent<A extends ProbeFluent<A>>
-
getSuccessThreshold
public Integer getSuccessThreshold()
- Specified by:
getSuccessThresholdin interfaceProbeFluent<A extends ProbeFluent<A>>
-
withSuccessThreshold
public A withSuccessThreshold(Integer successThreshold)
- Specified by:
withSuccessThresholdin interfaceProbeFluent<A extends ProbeFluent<A>>
-
hasSuccessThreshold
public Boolean hasSuccessThreshold()
- Specified by:
hasSuccessThresholdin interfaceProbeFluent<A extends ProbeFluent<A>>
-
getFailureThreshold
public Integer getFailureThreshold()
- Specified by:
getFailureThresholdin interfaceProbeFluent<A extends ProbeFluent<A>>
-
withFailureThreshold
public A withFailureThreshold(Integer failureThreshold)
- Specified by:
withFailureThresholdin interfaceProbeFluent<A extends ProbeFluent<A>>
-
hasFailureThreshold
public Boolean hasFailureThreshold()
- Specified by:
hasFailureThresholdin interfaceProbeFluent<A extends ProbeFluent<A>>
-
-