Package io.fabric8.kubernetes.api.model
Interface ContainerFluent.LivenessProbeNested<N>
-
- All Superinterfaces:
Fluent<ContainerFluent.LivenessProbeNested<N>>
,Nested<N>
,ProbeFluent<ContainerFluent.LivenessProbeNested<N>>
- All Known Implementing Classes:
ContainerFluentImpl.LivenessProbeNestedImpl
- Enclosing interface:
- ContainerFluent<A extends ContainerFluent<A>>
public static interface ContainerFluent.LivenessProbeNested<N> extends Nested<N>, ProbeFluent<ContainerFluent.LivenessProbeNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ProbeFluent
ProbeFluent.ExecNested<N>, ProbeFluent.HttpGetNested<N>, ProbeFluent.TcpSocketNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endLivenessProbe()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ProbeFluent
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, getExec, getFailureThreshold, getHttpGet, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTcpSocket, getTimeoutSeconds, hasExec, hasFailureThreshold, hasHttpGet, hasInitialDelaySeconds, hasPeriodSeconds, hasSuccessThreshold, hasTcpSocket, hasTimeoutSeconds, withExec, withFailureThreshold, withHttpGet, withInitialDelaySeconds, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withPeriodSeconds, withSuccessThreshold, withTcpSocket, withTimeoutSeconds
-
-