Package io.strimzi.api.kafka.model
Interface ZookeeperClusterSpecFluent.LivenessProbeNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<ZookeeperClusterSpecFluent.LivenessProbeNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>,ProbeFluent<ZookeeperClusterSpecFluent.LivenessProbeNested<N>>
- All Known Implementing Classes:
ZookeeperClusterSpecFluentImpl.LivenessProbeNestedImpl
- Enclosing interface:
- ZookeeperClusterSpecFluent<A extends ZookeeperClusterSpecFluent<A>>
public static interface ZookeeperClusterSpecFluent.LivenessProbeNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ProbeFluent<ZookeeperClusterSpecFluent.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
-
-