Package io.fabric8.kubernetes.api.model
Class ProbeFluent<A extends ProbeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ProbeFluent<A>
-
- Direct Known Subclasses:
ContainerFluent.LivenessProbeNested
,ContainerFluent.ReadinessProbeNested
,ContainerFluent.StartupProbeNested
,EphemeralContainerFluent.LivenessProbeNested
,EphemeralContainerFluent.ReadinessProbeNested
,EphemeralContainerFluent.StartupProbeNested
,ProbeBuilder
public class ProbeFluent<A extends ProbeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ProbeFluent.ExecNested<N>
class
ProbeFluent.GrpcNested<N>
class
ProbeFluent.HttpGetNested<N>
class
ProbeFluent.TcpSocketNested<N>
-
Constructor Summary
Constructors Constructor Description ProbeFluent()
ProbeFluent(Probe instance)
-
Method Summary
-
-
-
Constructor Detail
-
ProbeFluent
public ProbeFluent()
-
ProbeFluent
public ProbeFluent(Probe instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Probe instance)
-
buildExec
public ExecAction buildExec()
-
withExec
public A withExec(ExecAction exec)
-
hasExec
public boolean hasExec()
-
withNewExec
public ProbeFluent.ExecNested<A> withNewExec()
-
withNewExecLike
public ProbeFluent.ExecNested<A> withNewExecLike(ExecAction item)
-
editExec
public ProbeFluent.ExecNested<A> editExec()
-
editOrNewExec
public ProbeFluent.ExecNested<A> editOrNewExec()
-
editOrNewExecLike
public ProbeFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
-
getFailureThreshold
public Integer getFailureThreshold()
-
hasFailureThreshold
public boolean hasFailureThreshold()
-
buildGrpc
public GRPCAction buildGrpc()
-
withGrpc
public A withGrpc(GRPCAction grpc)
-
hasGrpc
public boolean hasGrpc()
-
withNewGrpc
public ProbeFluent.GrpcNested<A> withNewGrpc()
-
withNewGrpcLike
public ProbeFluent.GrpcNested<A> withNewGrpcLike(GRPCAction item)
-
editGrpc
public ProbeFluent.GrpcNested<A> editGrpc()
-
editOrNewGrpc
public ProbeFluent.GrpcNested<A> editOrNewGrpc()
-
editOrNewGrpcLike
public ProbeFluent.GrpcNested<A> editOrNewGrpcLike(GRPCAction item)
-
buildHttpGet
public HTTPGetAction buildHttpGet()
-
withHttpGet
public A withHttpGet(HTTPGetAction httpGet)
-
hasHttpGet
public boolean hasHttpGet()
-
withNewHttpGet
public ProbeFluent.HttpGetNested<A> withNewHttpGet()
-
withNewHttpGetLike
public ProbeFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
-
editHttpGet
public ProbeFluent.HttpGetNested<A> editHttpGet()
-
editOrNewHttpGet
public ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
-
editOrNewHttpGetLike
public ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
-
getInitialDelaySeconds
public Integer getInitialDelaySeconds()
-
hasInitialDelaySeconds
public boolean hasInitialDelaySeconds()
-
getPeriodSeconds
public Integer getPeriodSeconds()
-
hasPeriodSeconds
public boolean hasPeriodSeconds()
-
getSuccessThreshold
public Integer getSuccessThreshold()
-
hasSuccessThreshold
public boolean hasSuccessThreshold()
-
buildTcpSocket
public TCPSocketAction buildTcpSocket()
-
withTcpSocket
public A withTcpSocket(TCPSocketAction tcpSocket)
-
hasTcpSocket
public boolean hasTcpSocket()
-
withNewTcpSocket
public ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
-
withNewTcpSocketLike
public ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
-
editTcpSocket
public ProbeFluent.TcpSocketNested<A> editTcpSocket()
-
editOrNewTcpSocket
public ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
-
editOrNewTcpSocketLike
public ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
-
getTerminationGracePeriodSeconds
public Long getTerminationGracePeriodSeconds()
-
withTerminationGracePeriodSeconds
public A withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds)
-
hasTerminationGracePeriodSeconds
public boolean hasTerminationGracePeriodSeconds()
-
getTimeoutSeconds
public Integer getTimeoutSeconds()
-
hasTimeoutSeconds
public boolean hasTimeoutSeconds()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>
-
-