Class V1ProbeFluentImpl<A extends V1ProbeFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ProbeFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ProbeFluent<A>
- Direct Known Subclasses:
V1ProbeBuilder
public class V1ProbeFluentImpl<A extends V1ProbeFluent<A>>
extends BaseFluent<A>
implements V1ProbeFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ProbeFluent
V1ProbeFluent.ExecNested<N>, V1ProbeFluent.GrpcNested<N>, V1ProbeFluent.HttpGetNested<N>, V1ProbeFluent.TcpSocketNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ExecAction
io.kubernetes.client.openapi.models.V1GRPCAction
io.kubernetes.client.openapi.models.V1HTTPGetAction
io.kubernetes.client.openapi.models.V1TCPSocketAction
editExec()
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) boolean
io.kubernetes.client.openapi.models.V1ExecAction
getExec()
Deprecated.io.kubernetes.client.openapi.models.V1GRPCAction
getGrpc()
Deprecated.io.kubernetes.client.openapi.models.V1HTTPGetAction
Deprecated.io.kubernetes.client.openapi.models.V1TCPSocketAction
Deprecated.hasExec()
hasGrpc()
int
hashCode()
toString()
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) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ProbeFluentImpl
public V1ProbeFluentImpl() -
V1ProbeFluentImpl
public V1ProbeFluentImpl(io.kubernetes.client.openapi.models.V1Probe instance)
-
-
Method Details
-
getExec
Deprecated.This method has been deprecated, please use method buildExec instead.- Specified by:
getExec
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
- Returns:
- The buildable object.
-
buildExec
public io.kubernetes.client.openapi.models.V1ExecAction buildExec()- Specified by:
buildExec
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withExec
- Specified by:
withExec
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasExec
- Specified by:
hasExec
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewExec
- Specified by:
withNewExec
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewExecLike
public V1ProbeFluent.ExecNested<A> withNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item) - Specified by:
withNewExecLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editExec
- Specified by:
editExec
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewExec
- Specified by:
editOrNewExec
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewExecLike
public V1ProbeFluent.ExecNested<A> editOrNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item) - Specified by:
editOrNewExecLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getFailureThreshold
- Specified by:
getFailureThreshold
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withFailureThreshold
- Specified by:
withFailureThreshold
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasFailureThreshold
- Specified by:
hasFailureThreshold
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getGrpc
Deprecated.This method has been deprecated, please use method buildGrpc instead.- Specified by:
getGrpc
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
- Returns:
- The buildable object.
-
buildGrpc
public io.kubernetes.client.openapi.models.V1GRPCAction buildGrpc()- Specified by:
buildGrpc
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withGrpc
- Specified by:
withGrpc
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasGrpc
- Specified by:
hasGrpc
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewGrpc
- Specified by:
withNewGrpc
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewGrpcLike
public V1ProbeFluent.GrpcNested<A> withNewGrpcLike(io.kubernetes.client.openapi.models.V1GRPCAction item) - Specified by:
withNewGrpcLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editGrpc
- Specified by:
editGrpc
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewGrpc
- Specified by:
editOrNewGrpc
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewGrpcLike
public V1ProbeFluent.GrpcNested<A> editOrNewGrpcLike(io.kubernetes.client.openapi.models.V1GRPCAction item) - Specified by:
editOrNewGrpcLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getHttpGet
Deprecated.This method has been deprecated, please use method buildHttpGet instead.- Specified by:
getHttpGet
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
- Returns:
- The buildable object.
-
buildHttpGet
public io.kubernetes.client.openapi.models.V1HTTPGetAction buildHttpGet()- Specified by:
buildHttpGet
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withHttpGet
- Specified by:
withHttpGet
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasHttpGet
- Specified by:
hasHttpGet
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewHttpGet
- Specified by:
withNewHttpGet
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewHttpGetLike
public V1ProbeFluent.HttpGetNested<A> withNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) - Specified by:
withNewHttpGetLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editHttpGet
- Specified by:
editHttpGet
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewHttpGet
- Specified by:
editOrNewHttpGet
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewHttpGetLike
public V1ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) - Specified by:
editOrNewHttpGetLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getInitialDelaySeconds
- Specified by:
getInitialDelaySeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withInitialDelaySeconds
- Specified by:
withInitialDelaySeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasInitialDelaySeconds
- Specified by:
hasInitialDelaySeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getPeriodSeconds
- Specified by:
getPeriodSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withPeriodSeconds
- Specified by:
withPeriodSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasPeriodSeconds
- Specified by:
hasPeriodSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getSuccessThreshold
- Specified by:
getSuccessThreshold
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withSuccessThreshold
- Specified by:
withSuccessThreshold
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasSuccessThreshold
- Specified by:
hasSuccessThreshold
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getTcpSocket
Deprecated.This method has been deprecated, please use method buildTcpSocket instead.- Specified by:
getTcpSocket
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
- Returns:
- The buildable object.
-
buildTcpSocket
public io.kubernetes.client.openapi.models.V1TCPSocketAction buildTcpSocket()- Specified by:
buildTcpSocket
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withTcpSocket
- Specified by:
withTcpSocket
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasTcpSocket
- Specified by:
hasTcpSocket
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewTcpSocket
- Specified by:
withNewTcpSocket
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withNewTcpSocketLike
public V1ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) - Specified by:
withNewTcpSocketLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editTcpSocket
- Specified by:
editTcpSocket
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewTcpSocket
- Specified by:
editOrNewTcpSocket
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
editOrNewTcpSocketLike
public V1ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) - Specified by:
editOrNewTcpSocketLike
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getTerminationGracePeriodSeconds
- Specified by:
getTerminationGracePeriodSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withTerminationGracePeriodSeconds
- Specified by:
withTerminationGracePeriodSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasTerminationGracePeriodSeconds
- Specified by:
hasTerminationGracePeriodSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
getTimeoutSeconds
- Specified by:
getTimeoutSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
withTimeoutSeconds
- Specified by:
withTimeoutSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
hasTimeoutSeconds
- Specified by:
hasTimeoutSeconds
in interfaceV1ProbeFluent<A extends V1ProbeFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ProbeFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ProbeFluent<A>>
-
toString
-