Package io.strimzi.api.kafka.model
Interface ProbeFluent<A extends ProbeFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AbstractKafkaConnectSpecFluent.LivenessProbeNested<N>,AbstractKafkaConnectSpecFluent.ReadinessProbeNested<N>,CruiseControlSpecFluent.LivenessProbeNested<N>,CruiseControlSpecFluent.ReadinessProbeNested<N>,EntityTopicOperatorSpecFluent.LivenessProbeNested<N>,EntityTopicOperatorSpecFluent.ReadinessProbeNested<N>,EntityTopicOperatorSpecFluent.StartupProbeNested<N>,EntityUserOperatorSpecFluent.LivenessProbeNested<N>,EntityUserOperatorSpecFluent.ReadinessProbeNested<N>,KafkaBridgeSpecFluent.LivenessProbeNested<N>,KafkaBridgeSpecFluent.ReadinessProbeNested<N>,KafkaClusterSpecFluent.LivenessProbeNested<N>,KafkaClusterSpecFluent.ReadinessProbeNested<N>,KafkaExporterSpecFluent.LivenessProbeNested<N>,KafkaExporterSpecFluent.ReadinessProbeNested<N>,KafkaMirrorMakerSpecFluent.LivenessProbeNested<N>,KafkaMirrorMakerSpecFluent.ReadinessProbeNested<N>,TlsSidecarFluent.LivenessProbeNested<N>,TlsSidecarFluent.ReadinessProbeNested<N>,ZookeeperClusterSpecFluent.LivenessProbeNested<N>,ZookeeperClusterSpecFluent.ReadinessProbeNested<N>
- All Known Implementing Classes:
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,ProbeFluentImpl,TlsSidecarFluentImpl.LivenessProbeNestedImpl,TlsSidecarFluentImpl.ReadinessProbeNestedImpl,ZookeeperClusterSpecFluentImpl.LivenessProbeNestedImpl,ZookeeperClusterSpecFluentImpl.ReadinessProbeNestedImpl
public interface ProbeFluent<A extends ProbeFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetFailureThreshold()intgetInitialDelaySeconds()IntegergetPeriodSeconds()IntegergetSuccessThreshold()intgetTimeoutSeconds()BooleanhasFailureThreshold()BooleanhasInitialDelaySeconds()BooleanhasPeriodSeconds()BooleanhasSuccessThreshold()BooleanhasTimeoutSeconds()AwithFailureThreshold(Integer failureThreshold)AwithInitialDelaySeconds(int initialDelaySeconds)AwithPeriodSeconds(Integer periodSeconds)AwithSuccessThreshold(Integer successThreshold)AwithTimeoutSeconds(int timeoutSeconds)
-
-
-
Method Detail
-
getInitialDelaySeconds
int getInitialDelaySeconds()
-
withInitialDelaySeconds
A withInitialDelaySeconds(int initialDelaySeconds)
-
hasInitialDelaySeconds
Boolean hasInitialDelaySeconds()
-
getTimeoutSeconds
int getTimeoutSeconds()
-
withTimeoutSeconds
A withTimeoutSeconds(int timeoutSeconds)
-
hasTimeoutSeconds
Boolean hasTimeoutSeconds()
-
getPeriodSeconds
Integer getPeriodSeconds()
-
hasPeriodSeconds
Boolean hasPeriodSeconds()
-
getSuccessThreshold
Integer getSuccessThreshold()
-
hasSuccessThreshold
Boolean hasSuccessThreshold()
-
getFailureThreshold
Integer getFailureThreshold()
-
hasFailureThreshold
Boolean hasFailureThreshold()
-
-