public class ProbeFluent<A extends ProbeFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProbeFluent.ExecNested<N> |
class |
ProbeFluent.GrpcNested<N> |
class |
ProbeFluent.HttpGetNested<N> |
class |
ProbeFluent.TcpSocketNested<N> |
| Constructor and Description |
|---|
ProbeFluent() |
ProbeFluent(Probe instance) |
public ProbeFluent()
public ProbeFluent(Probe instance)
protected void copyInstance(Probe instance)
public ExecAction buildExec()
public A withExec(ExecAction exec)
public boolean hasExec()
public ProbeFluent.ExecNested<A> withNewExec()
public ProbeFluent.ExecNested<A> withNewExecLike(ExecAction item)
public ProbeFluent.ExecNested<A> editExec()
public ProbeFluent.ExecNested<A> editOrNewExec()
public ProbeFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
public Integer getFailureThreshold()
public boolean hasFailureThreshold()
public GRPCAction buildGrpc()
public A withGrpc(GRPCAction grpc)
public boolean hasGrpc()
public ProbeFluent.GrpcNested<A> withNewGrpc()
public ProbeFluent.GrpcNested<A> withNewGrpcLike(GRPCAction item)
public ProbeFluent.GrpcNested<A> editGrpc()
public ProbeFluent.GrpcNested<A> editOrNewGrpc()
public ProbeFluent.GrpcNested<A> editOrNewGrpcLike(GRPCAction item)
public HTTPGetAction buildHttpGet()
public A withHttpGet(HTTPGetAction httpGet)
public boolean hasHttpGet()
public ProbeFluent.HttpGetNested<A> withNewHttpGet()
public ProbeFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
public ProbeFluent.HttpGetNested<A> editHttpGet()
public ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
public ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
public Integer getInitialDelaySeconds()
public boolean hasInitialDelaySeconds()
public Integer getPeriodSeconds()
public boolean hasPeriodSeconds()
public Integer getSuccessThreshold()
public boolean hasSuccessThreshold()
public TCPSocketAction buildTcpSocket()
public A withTcpSocket(TCPSocketAction tcpSocket)
public boolean hasTcpSocket()
public ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
public ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
public ProbeFluent.TcpSocketNested<A> editTcpSocket()
public ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
public ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
public Long getTerminationGracePeriodSeconds()
public A withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds)
public boolean hasTerminationGracePeriodSeconds()
public Integer getTimeoutSeconds()
public boolean hasTimeoutSeconds()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProbeFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.