Package io.strimzi.api.kafka.model
Interface KafkaClusterSpecFluent.LivenessProbeNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaClusterSpecFluent.LivenessProbeNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,ProbeFluent<KafkaClusterSpecFluent.LivenessProbeNested<N>>
- All Known Implementing Classes:
KafkaClusterSpecFluentImpl.LivenessProbeNestedImpl
- Enclosing interface:
- KafkaClusterSpecFluent<A extends KafkaClusterSpecFluent<A>>
public static interface KafkaClusterSpecFluent.LivenessProbeNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ProbeFluent<KafkaClusterSpecFluent.LivenessProbeNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendLivenessProbe()-
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
-
-