public class V1HandlerFluentImpl<A extends V1HandlerFluent<A>> extends BaseFluent<A> implements V1HandlerFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
V1HandlerFluentImpl.ExecNestedImpl<N> |
class |
V1HandlerFluentImpl.HttpGetNestedImpl<N> |
class |
V1HandlerFluentImpl.TcpSocketNestedImpl<N> |
V1HandlerFluent.ExecNested<N>, V1HandlerFluent.HttpGetNested<N>, V1HandlerFluent.TcpSocketNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1HandlerFluentImpl() |
V1HandlerFluentImpl(io.kubernetes.client.openapi.models.V1Handler instance) |
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.openapi.models.V1ExecAction |
buildExec() |
io.kubernetes.client.openapi.models.V1HTTPGetAction |
buildHttpGet() |
io.kubernetes.client.openapi.models.V1TCPSocketAction |
buildTcpSocket() |
V1HandlerFluent.ExecNested<A> |
editExec() |
V1HandlerFluent.HttpGetNested<A> |
editHttpGet() |
V1HandlerFluent.ExecNested<A> |
editOrNewExec() |
V1HandlerFluent.ExecNested<A> |
editOrNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item) |
V1HandlerFluent.HttpGetNested<A> |
editOrNewHttpGet() |
V1HandlerFluent.HttpGetNested<A> |
editOrNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) |
V1HandlerFluent.TcpSocketNested<A> |
editOrNewTcpSocket() |
V1HandlerFluent.TcpSocketNested<A> |
editOrNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) |
V1HandlerFluent.TcpSocketNested<A> |
editTcpSocket() |
boolean |
equals(Object o) |
io.kubernetes.client.openapi.models.V1ExecAction |
getExec()
Deprecated.
|
io.kubernetes.client.openapi.models.V1HTTPGetAction |
getHttpGet()
Deprecated.
|
io.kubernetes.client.openapi.models.V1TCPSocketAction |
getTcpSocket()
Deprecated.
|
Boolean |
hasExec() |
int |
hashCode() |
Boolean |
hasHttpGet() |
Boolean |
hasTcpSocket() |
A |
withExec(io.kubernetes.client.openapi.models.V1ExecAction exec) |
A |
withHttpGet(io.kubernetes.client.openapi.models.V1HTTPGetAction httpGet) |
V1HandlerFluent.ExecNested<A> |
withNewExec() |
V1HandlerFluent.ExecNested<A> |
withNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item) |
V1HandlerFluent.HttpGetNested<A> |
withNewHttpGet() |
V1HandlerFluent.HttpGetNested<A> |
withNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item) |
V1HandlerFluent.TcpSocketNested<A> |
withNewTcpSocket() |
V1HandlerFluent.TcpSocketNested<A> |
withNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item) |
A |
withTcpSocket(io.kubernetes.client.openapi.models.V1TCPSocketAction tcpSocket) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V1HandlerFluentImpl()
public V1HandlerFluentImpl(io.kubernetes.client.openapi.models.V1Handler instance)
@Deprecated public io.kubernetes.client.openapi.models.V1ExecAction getExec()
getExec in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public io.kubernetes.client.openapi.models.V1ExecAction buildExec()
buildExec in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public A withExec(io.kubernetes.client.openapi.models.V1ExecAction exec)
withExec in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public Boolean hasExec()
hasExec in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.ExecNested<A> withNewExec()
withNewExec in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.ExecNested<A> withNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item)
withNewExecLike in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.ExecNested<A> editExec()
editExec in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.ExecNested<A> editOrNewExec()
editOrNewExec in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.ExecNested<A> editOrNewExecLike(io.kubernetes.client.openapi.models.V1ExecAction item)
editOrNewExecLike in interface V1HandlerFluent<A extends V1HandlerFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1HTTPGetAction getHttpGet()
getHttpGet in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public io.kubernetes.client.openapi.models.V1HTTPGetAction buildHttpGet()
buildHttpGet in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public A withHttpGet(io.kubernetes.client.openapi.models.V1HTTPGetAction httpGet)
withHttpGet in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public Boolean hasHttpGet()
hasHttpGet in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.HttpGetNested<A> withNewHttpGet()
withNewHttpGet in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.HttpGetNested<A> withNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item)
withNewHttpGetLike in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.HttpGetNested<A> editHttpGet()
editHttpGet in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.HttpGetNested<A> editOrNewHttpGet()
editOrNewHttpGet in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.HttpGetNested<A> editOrNewHttpGetLike(io.kubernetes.client.openapi.models.V1HTTPGetAction item)
editOrNewHttpGetLike in interface V1HandlerFluent<A extends V1HandlerFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1TCPSocketAction getTcpSocket()
getTcpSocket in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public io.kubernetes.client.openapi.models.V1TCPSocketAction buildTcpSocket()
buildTcpSocket in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public A withTcpSocket(io.kubernetes.client.openapi.models.V1TCPSocketAction tcpSocket)
withTcpSocket in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public Boolean hasTcpSocket()
hasTcpSocket in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.TcpSocketNested<A> withNewTcpSocket()
withNewTcpSocket in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.TcpSocketNested<A> withNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item)
withNewTcpSocketLike in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.TcpSocketNested<A> editTcpSocket()
editTcpSocket in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.TcpSocketNested<A> editOrNewTcpSocket()
editOrNewTcpSocket in interface V1HandlerFluent<A extends V1HandlerFluent<A>>public V1HandlerFluent.TcpSocketNested<A> editOrNewTcpSocketLike(io.kubernetes.client.openapi.models.V1TCPSocketAction item)
editOrNewTcpSocketLike in interface V1HandlerFluent<A extends V1HandlerFluent<A>>Copyright © 2022. All rights reserved.