Package io.fabric8.kubernetes.api.model
Class ContainerFluent.LivenessProbeNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ProbeFluent<ContainerFluent.LivenessProbeNested<N>>
-
- io.fabric8.kubernetes.api.model.ContainerFluent.LivenessProbeNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
- Enclosing class:
- ContainerFluent<A extends ContainerFluent<A>>
public class ContainerFluent.LivenessProbeNested<N> extends ProbeFluent<ContainerFluent.LivenessProbeNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ProbeFluent
ProbeFluent.ExecNested<N>, ProbeFluent.GrpcNested<N>, ProbeFluent.HttpGetNested<N>, ProbeFluent.TcpSocketNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endLivenessProbe()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ProbeFluent
addToAdditionalProperties, addToAdditionalProperties, buildExec, buildGrpc, buildHttpGet, buildTcpSocket, copyInstance, editExec, editGrpc, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewGrpc, editOrNewGrpcLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, equals, getAdditionalProperties, getFailureThreshold, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTerminationGracePeriodSeconds, getTimeoutSeconds, hasAdditionalProperties, hasExec, hasFailureThreshold, hasGrpc, hashCode, hasHttpGet, hasInitialDelaySeconds, hasPeriodSeconds, hasSuccessThreshold, hasTcpSocket, hasTerminationGracePeriodSeconds, hasTimeoutSeconds, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withExec, withFailureThreshold, withGrpc, withHttpGet, withInitialDelaySeconds, withNewExec, withNewExecLike, withNewGrpc, withNewGrpc, withNewGrpcLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withPeriodSeconds, withSuccessThreshold, withTcpSocket, withTerminationGracePeriodSeconds, withTimeoutSeconds
-
-