Package io.fabric8.kubernetes.api.model
Class EphemeralContainerFluentImpl.LivenessProbeNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ProbeFluentImpl<EphemeralContainerFluent.LivenessProbeNested<N>>
-
- io.fabric8.kubernetes.api.model.EphemeralContainerFluentImpl.LivenessProbeNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<EphemeralContainerFluent.LivenessProbeNested<N>>
,Nested<N>
,Visitable<EphemeralContainerFluent.LivenessProbeNested<N>>
,EphemeralContainerFluent.LivenessProbeNested<N>
,ProbeFluent<EphemeralContainerFluent.LivenessProbeNested<N>>
- Enclosing class:
- EphemeralContainerFluentImpl<A extends EphemeralContainerFluent<A>>
public class EphemeralContainerFluentImpl.LivenessProbeNestedImpl<N> extends ProbeFluentImpl<EphemeralContainerFluent.LivenessProbeNested<N>> implements EphemeralContainerFluent.LivenessProbeNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ProbeFluentImpl
ProbeFluentImpl.ExecNestedImpl<N>, ProbeFluentImpl.HttpGetNestedImpl<N>, ProbeFluentImpl.TcpSocketNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ProbeFluent
ProbeFluent.ExecNested<N>, ProbeFluent.HttpGetNested<N>, ProbeFluent.TcpSocketNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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.ProbeFluentImpl
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, equals, getExec, getFailureThreshold, getHttpGet, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTcpSocket, getTimeoutSeconds, hasExec, hasFailureThreshold, hashCode, hasHttpGet, hasInitialDelaySeconds, hasPeriodSeconds, hasSuccessThreshold, hasTcpSocket, hasTimeoutSeconds, withExec, withFailureThreshold, withHttpGet, withInitialDelaySeconds, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withPeriodSeconds, withSuccessThreshold, withTcpSocket, withTimeoutSeconds
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endLivenessProbe
public N endLivenessProbe()
- Specified by:
endLivenessProbe
in interfaceEphemeralContainerFluent.LivenessProbeNested<N>
-
-