Package io.fabric8.kubernetes.api.model
Class HandlerFluentImpl<A extends HandlerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.HandlerFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,HandlerFluent<A>
- Direct Known Subclasses:
HandlerBuilder,LifecycleFluentImpl.PostStartNestedImpl,LifecycleFluentImpl.PreStopNestedImpl,WatchEventFluentImpl.HandlerObjectNestedImpl
public class HandlerFluentImpl<A extends HandlerFluent<A>> extends BaseFluent<A> implements HandlerFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHandlerFluentImpl.ExecNestedImpl<N>classHandlerFluentImpl.HttpGetNestedImpl<N>classHandlerFluentImpl.TcpSocketNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.HandlerFluent
HandlerFluent.ExecNested<N>, HandlerFluent.HttpGetNested<N>, HandlerFluent.TcpSocketNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description HandlerFluentImpl()HandlerFluentImpl(Handler instance)
-
Method Summary
-
-
-
Constructor Detail
-
HandlerFluentImpl
public HandlerFluentImpl()
-
HandlerFluentImpl
public HandlerFluentImpl(Handler instance)
-
-
Method Detail
-
getExec
@Deprecated public ExecAction getExec()
Deprecated.This method has been deprecated, please use method buildExec instead.- Specified by:
getExecin interfaceHandlerFluent<A extends HandlerFluent<A>>- Returns:
- The buildable object.
-
buildExec
public ExecAction buildExec()
- Specified by:
buildExecin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withExec
public A withExec(ExecAction exec)
- Specified by:
withExecin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
hasExec
public Boolean hasExec()
- Specified by:
hasExecin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewExec
public HandlerFluent.ExecNested<A> withNewExec()
- Specified by:
withNewExecin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewExecLike
public HandlerFluent.ExecNested<A> withNewExecLike(ExecAction item)
- Specified by:
withNewExecLikein interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editExec
public HandlerFluent.ExecNested<A> editExec()
- Specified by:
editExecin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewExec
public HandlerFluent.ExecNested<A> editOrNewExec()
- Specified by:
editOrNewExecin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewExecLike
public HandlerFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
- Specified by:
editOrNewExecLikein interfaceHandlerFluent<A extends HandlerFluent<A>>
-
getHttpGet
@Deprecated public HTTPGetAction getHttpGet()
Deprecated.This method has been deprecated, please use method buildHttpGet instead.- Specified by:
getHttpGetin interfaceHandlerFluent<A extends HandlerFluent<A>>- Returns:
- The buildable object.
-
buildHttpGet
public HTTPGetAction buildHttpGet()
- Specified by:
buildHttpGetin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withHttpGet
public A withHttpGet(HTTPGetAction httpGet)
- Specified by:
withHttpGetin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
hasHttpGet
public Boolean hasHttpGet()
- Specified by:
hasHttpGetin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewHttpGet
public HandlerFluent.HttpGetNested<A> withNewHttpGet()
- Specified by:
withNewHttpGetin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewHttpGetLike
public HandlerFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
- Specified by:
withNewHttpGetLikein interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editHttpGet
public HandlerFluent.HttpGetNested<A> editHttpGet()
- Specified by:
editHttpGetin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewHttpGet
public HandlerFluent.HttpGetNested<A> editOrNewHttpGet()
- Specified by:
editOrNewHttpGetin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewHttpGetLike
public HandlerFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
- Specified by:
editOrNewHttpGetLikein interfaceHandlerFluent<A extends HandlerFluent<A>>
-
getTcpSocket
@Deprecated public TCPSocketAction getTcpSocket()
Deprecated.This method has been deprecated, please use method buildTcpSocket instead.- Specified by:
getTcpSocketin interfaceHandlerFluent<A extends HandlerFluent<A>>- Returns:
- The buildable object.
-
buildTcpSocket
public TCPSocketAction buildTcpSocket()
- Specified by:
buildTcpSocketin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withTcpSocket
public A withTcpSocket(TCPSocketAction tcpSocket)
- Specified by:
withTcpSocketin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
hasTcpSocket
public Boolean hasTcpSocket()
- Specified by:
hasTcpSocketin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewTcpSocket
public HandlerFluent.TcpSocketNested<A> withNewTcpSocket()
- Specified by:
withNewTcpSocketin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewTcpSocketLike
public HandlerFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
- Specified by:
withNewTcpSocketLikein interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editTcpSocket
public HandlerFluent.TcpSocketNested<A> editTcpSocket()
- Specified by:
editTcpSocketin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewTcpSocket
public HandlerFluent.TcpSocketNested<A> editOrNewTcpSocket()
- Specified by:
editOrNewTcpSocketin interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewTcpSocketLike
public HandlerFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
- Specified by:
editOrNewTcpSocketLikein interfaceHandlerFluent<A extends HandlerFluent<A>>
-
-