Package io.strimzi.api.kafka.model
Interface KafkaExporterSpecFluent.ReadinessProbeNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaExporterSpecFluent.ReadinessProbeNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,ProbeFluent<KafkaExporterSpecFluent.ReadinessProbeNested<N>>
- All Known Implementing Classes:
KafkaExporterSpecFluentImpl.ReadinessProbeNestedImpl
- Enclosing interface:
- KafkaExporterSpecFluent<A extends KafkaExporterSpecFluent<A>>
public static interface KafkaExporterSpecFluent.ReadinessProbeNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ProbeFluent<KafkaExporterSpecFluent.ReadinessProbeNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendReadinessProbe()-
Methods inherited from interface io.strimzi.api.kafka.model.ProbeFluent
getFailureThreshold, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTimeoutSeconds, hasFailureThreshold, hasInitialDelaySeconds, hasPeriodSeconds, hasSuccessThreshold, hasTimeoutSeconds, withFailureThreshold, withInitialDelaySeconds, withPeriodSeconds, withSuccessThreshold, withTimeoutSeconds
-
-