Interface V1ProbeFluent<A extends V1ProbeFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ContainerFluent.LivenessProbeNested<N>,V1ContainerFluent.ReadinessProbeNested<N>,V1ContainerFluent.StartupProbeNested<N>,V1EphemeralContainerFluent.LivenessProbeNested<N>,V1EphemeralContainerFluent.ReadinessProbeNested<N>,V1EphemeralContainerFluent.StartupProbeNested<N>
- All Known Implementing Classes:
V1ProbeBuilder,V1ProbeFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ExecActionio.kubernetes.client.openapi.models.V1GRPCActionio.kubernetes.client.openapi.models.V1HTTPGetActionio.kubernetes.client.openapi.models.V1TCPSocketActioneditExec()editGrpc()editOrNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item) editOrNewGrpcLike(io.kubernetes.client.openapi.models.V1GRPCAction item) editOrNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) editOrNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) io.kubernetes.client.openapi.models.V1ExecActiongetExec()Deprecated.io.kubernetes.client.openapi.models.V1GRPCActiongetGrpc()Deprecated.io.kubernetes.client.openapi.models.V1HTTPGetActionDeprecated.io.kubernetes.client.openapi.models.V1TCPSocketActionDeprecated.hasExec()hasGrpc()withExec(io.kubernetes.client.openapi.models.V1ExecAction exec) withFailureThreshold(Integer failureThreshold) withGrpc(io.kubernetes.client.openapi.models.V1GRPCAction grpc) withHttpGet(io.kubernetes.client.openapi.models.V1HTTPGetAction httpGet) withInitialDelaySeconds(Integer initialDelaySeconds) withNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item) withNewGrpcLike(io.kubernetes.client.openapi.models.V1GRPCAction item) withNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) withNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) withPeriodSeconds(Integer periodSeconds) withSuccessThreshold(Integer successThreshold) withTcpSocket(io.kubernetes.client.openapi.models.V1TCPSocketAction tcpSocket) withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds) withTimeoutSeconds(Integer timeoutSeconds)
-
Method Details
-
getExec
Deprecated.This method has been deprecated, please use method buildExec instead.- Returns:
- The buildable object.
-
buildExec
io.kubernetes.client.openapi.models.V1ExecAction buildExec() -
withExec
-
hasExec
Boolean hasExec() -
withNewExec
V1ProbeFluent.ExecNested<A> withNewExec() -
withNewExecLike
-
editExec
V1ProbeFluent.ExecNested<A> editExec() -
editOrNewExec
V1ProbeFluent.ExecNested<A> editOrNewExec() -
editOrNewExecLike
V1ProbeFluent.ExecNested<A> editOrNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item) -
getFailureThreshold
Integer getFailureThreshold() -
withFailureThreshold
-
hasFailureThreshold
Boolean hasFailureThreshold() -
getGrpc
Deprecated.This method has been deprecated, please use method buildGrpc instead.- Returns:
- The buildable object.
-
buildGrpc
io.kubernetes.client.openapi.models.V1GRPCAction buildGrpc() -
withGrpc
-
hasGrpc
Boolean hasGrpc() -
withNewGrpc
V1ProbeFluent.GrpcNested<A> withNewGrpc() -
withNewGrpcLike
-
editGrpc
V1ProbeFluent.GrpcNested<A> editGrpc() -
editOrNewGrpc
V1ProbeFluent.GrpcNested<A> editOrNewGrpc() -
editOrNewGrpcLike
V1ProbeFluent.GrpcNested<A> editOrNewGrpcLike(io.kubernetes.client.openapi.models.V1GRPCAction item) -
getHttpGet
Deprecated.This method has been deprecated, please use method buildHttpGet instead.- Returns:
- The buildable object.
-
buildHttpGet
io.kubernetes.client.openapi.models.V1HTTPGetAction buildHttpGet() -
withHttpGet
-
hasHttpGet
Boolean hasHttpGet() -
withNewHttpGet
V1ProbeFluent.HttpGetNested<A> withNewHttpGet() -
withNewHttpGetLike
V1ProbeFluent.HttpGetNested<A> withNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) -
editHttpGet
V1ProbeFluent.HttpGetNested<A> editHttpGet() -
editOrNewHttpGet
V1ProbeFluent.HttpGetNested<A> editOrNewHttpGet() -
editOrNewHttpGetLike
V1ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) -
getInitialDelaySeconds
Integer getInitialDelaySeconds() -
withInitialDelaySeconds
-
hasInitialDelaySeconds
Boolean hasInitialDelaySeconds() -
getPeriodSeconds
Integer getPeriodSeconds() -
withPeriodSeconds
-
hasPeriodSeconds
Boolean hasPeriodSeconds() -
getSuccessThreshold
Integer getSuccessThreshold() -
withSuccessThreshold
-
hasSuccessThreshold
Boolean hasSuccessThreshold() -
getTcpSocket
Deprecated.This method has been deprecated, please use method buildTcpSocket instead.- Returns:
- The buildable object.
-
buildTcpSocket
io.kubernetes.client.openapi.models.V1TCPSocketAction buildTcpSocket() -
withTcpSocket
-
hasTcpSocket
Boolean hasTcpSocket() -
withNewTcpSocket
V1ProbeFluent.TcpSocketNested<A> withNewTcpSocket() -
withNewTcpSocketLike
V1ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) -
editTcpSocket
V1ProbeFluent.TcpSocketNested<A> editTcpSocket() -
editOrNewTcpSocket
V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket() -
editOrNewTcpSocketLike
V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) -
getTerminationGracePeriodSeconds
Long getTerminationGracePeriodSeconds() -
withTerminationGracePeriodSeconds
-
hasTerminationGracePeriodSeconds
Boolean hasTerminationGracePeriodSeconds() -
getTimeoutSeconds
Integer getTimeoutSeconds() -
withTimeoutSeconds
-
hasTimeoutSeconds
Boolean hasTimeoutSeconds()
-