public interface ProbeFluent<A extends ProbeFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProbeFluent.ExecNested<N> |
static interface |
ProbeFluent.GrpcNested<N> |
static interface |
ProbeFluent.HttpGetNested<N> |
static interface |
ProbeFluent.TcpSocketNested<N> |
@Deprecated ExecAction getExec()
ExecAction buildExec()
A withExec(ExecAction exec)
Boolean hasExec()
ProbeFluent.ExecNested<A> withNewExec()
ProbeFluent.ExecNested<A> withNewExecLike(ExecAction item)
ProbeFluent.ExecNested<A> editExec()
ProbeFluent.ExecNested<A> editOrNewExec()
ProbeFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
Integer getFailureThreshold()
Boolean hasFailureThreshold()
@Deprecated GRPCAction getGrpc()
GRPCAction buildGrpc()
A withGrpc(GRPCAction grpc)
Boolean hasGrpc()
ProbeFluent.GrpcNested<A> withNewGrpc()
ProbeFluent.GrpcNested<A> withNewGrpcLike(GRPCAction item)
ProbeFluent.GrpcNested<A> editGrpc()
ProbeFluent.GrpcNested<A> editOrNewGrpc()
ProbeFluent.GrpcNested<A> editOrNewGrpcLike(GRPCAction item)
@Deprecated HTTPGetAction getHttpGet()
HTTPGetAction buildHttpGet()
A withHttpGet(HTTPGetAction httpGet)
Boolean hasHttpGet()
ProbeFluent.HttpGetNested<A> withNewHttpGet()
ProbeFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
ProbeFluent.HttpGetNested<A> editHttpGet()
ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
Integer getInitialDelaySeconds()
Boolean hasInitialDelaySeconds()
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
Integer getSuccessThreshold()
Boolean hasSuccessThreshold()
@Deprecated TCPSocketAction getTcpSocket()
TCPSocketAction buildTcpSocket()
A withTcpSocket(TCPSocketAction tcpSocket)
Boolean hasTcpSocket()
ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
ProbeFluent.TcpSocketNested<A> editTcpSocket()
ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
Long getTerminationGracePeriodSeconds()
A withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds)
Boolean hasTerminationGracePeriodSeconds()
Integer getTimeoutSeconds()
Boolean hasTimeoutSeconds()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.