Package io.fabric8.kubernetes.api.model
Interface ProbeFluent<A extends ProbeFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerFluent.LivenessProbeNested<N>,ContainerFluent.ReadinessProbeNested<N>,ContainerFluent.StartupProbeNested<N>,EphemeralContainerFluent.LivenessProbeNested<N>,EphemeralContainerFluent.ReadinessProbeNested<N>,EphemeralContainerFluent.StartupProbeNested<N>,WatchEventFluent.ProbeObjectNested<N>
- All Known Implementing Classes:
ContainerFluentImpl.LivenessProbeNestedImpl,ContainerFluentImpl.ReadinessProbeNestedImpl,ContainerFluentImpl.StartupProbeNestedImpl,DoneableProbe,EphemeralContainerFluentImpl.LivenessProbeNestedImpl,EphemeralContainerFluentImpl.ReadinessProbeNestedImpl,EphemeralContainerFluentImpl.StartupProbeNestedImpl,ProbeBuilder,ProbeFluentImpl,WatchEventFluentImpl.ProbeObjectNestedImpl
public interface ProbeFluent<A extends ProbeFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProbeFluent.ExecNested<N>static interfaceProbeFluent.HttpGetNested<N>static interfaceProbeFluent.TcpSocketNested<N> -
Method Summary
-
Method Details
-
getExec
Deprecated.This method has been deprecated, please use method buildExec instead.- Returns:
- The buildable object.
-
buildExec
ExecAction buildExec() -
withExec
-
hasExec
Boolean hasExec() -
withNewExec
ProbeFluent.ExecNested<A> withNewExec() -
withNewExecLike
-
editExec
ProbeFluent.ExecNested<A> editExec() -
editOrNewExec
ProbeFluent.ExecNested<A> editOrNewExec() -
editOrNewExecLike
-
getFailureThreshold
Integer getFailureThreshold() -
withFailureThreshold
-
hasFailureThreshold
Boolean hasFailureThreshold() -
withNewFailureThreshold
-
withNewFailureThreshold
-
getHttpGet
Deprecated.This method has been deprecated, please use method buildHttpGet instead.- Returns:
- The buildable object.
-
buildHttpGet
HTTPGetAction buildHttpGet() -
withHttpGet
-
hasHttpGet
Boolean hasHttpGet() -
withNewHttpGet
ProbeFluent.HttpGetNested<A> withNewHttpGet() -
withNewHttpGetLike
-
editHttpGet
ProbeFluent.HttpGetNested<A> editHttpGet() -
editOrNewHttpGet
ProbeFluent.HttpGetNested<A> editOrNewHttpGet() -
editOrNewHttpGetLike
-
getInitialDelaySeconds
Integer getInitialDelaySeconds() -
withInitialDelaySeconds
-
hasInitialDelaySeconds
Boolean hasInitialDelaySeconds() -
withNewInitialDelaySeconds
-
withNewInitialDelaySeconds
-
getPeriodSeconds
Integer getPeriodSeconds() -
withPeriodSeconds
-
hasPeriodSeconds
Boolean hasPeriodSeconds() -
withNewPeriodSeconds
-
withNewPeriodSeconds
-
getSuccessThreshold
Integer getSuccessThreshold() -
withSuccessThreshold
-
hasSuccessThreshold
Boolean hasSuccessThreshold() -
withNewSuccessThreshold
-
withNewSuccessThreshold
-
getTcpSocket
Deprecated.This method has been deprecated, please use method buildTcpSocket instead.- Returns:
- The buildable object.
-
buildTcpSocket
TCPSocketAction buildTcpSocket() -
withTcpSocket
-
hasTcpSocket
Boolean hasTcpSocket() -
withNewTcpSocket
ProbeFluent.TcpSocketNested<A> withNewTcpSocket() -
withNewTcpSocketLike
-
editTcpSocket
ProbeFluent.TcpSocketNested<A> editTcpSocket() -
editOrNewTcpSocket
ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket() -
editOrNewTcpSocketLike
-
getTimeoutSeconds
Integer getTimeoutSeconds() -
withTimeoutSeconds
-
hasTimeoutSeconds
Boolean hasTimeoutSeconds() -
withNewTimeoutSeconds
-
withNewTimeoutSeconds
-