public interface V1ProbeFluent<A extends V1ProbeFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1ProbeFluent.ExecNested<N> |
static interface |
V1ProbeFluent.HttpGetNested<N> |
static interface |
V1ProbeFluent.TcpSocketNested<N> |
@Deprecated io.kubernetes.client.openapi.models.V1ExecAction getExec()
io.kubernetes.client.openapi.models.V1ExecAction buildExec()
A withExec(io.kubernetes.client.openapi.models.V1ExecAction exec)
Boolean hasExec()
V1ProbeFluent.ExecNested<A> withNewExec()
V1ProbeFluent.ExecNested<A> withNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item)
V1ProbeFluent.ExecNested<A> editExec()
V1ProbeFluent.ExecNested<A> editOrNewExec()
V1ProbeFluent.ExecNested<A> editOrNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item)
Integer getFailureThreshold()
Boolean hasFailureThreshold()
@Deprecated io.kubernetes.client.openapi.models.V1HTTPGetAction getHttpGet()
io.kubernetes.client.openapi.models.V1HTTPGetAction buildHttpGet()
A withHttpGet(io.kubernetes.client.openapi.models.V1HTTPGetAction httpGet)
Boolean hasHttpGet()
V1ProbeFluent.HttpGetNested<A> withNewHttpGet()
V1ProbeFluent.HttpGetNested<A> withNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item)
V1ProbeFluent.HttpGetNested<A> editHttpGet()
V1ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
V1ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item)
Integer getInitialDelaySeconds()
Boolean hasInitialDelaySeconds()
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
Integer getSuccessThreshold()
Boolean hasSuccessThreshold()
@Deprecated io.kubernetes.client.openapi.models.V1TCPSocketAction getTcpSocket()
io.kubernetes.client.openapi.models.V1TCPSocketAction buildTcpSocket()
A withTcpSocket(io.kubernetes.client.openapi.models.V1TCPSocketAction tcpSocket)
Boolean hasTcpSocket()
V1ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
V1ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item)
V1ProbeFluent.TcpSocketNested<A> editTcpSocket()
V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item)
Integer getTimeoutSeconds()
Boolean hasTimeoutSeconds()
Copyright © 2021. All rights reserved.