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:
DoneableHandler
,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 class
HandlerFluentImpl.ExecNestedImpl<N>
class
HandlerFluentImpl.HttpGetNestedImpl<N>
class
HandlerFluentImpl.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
-
Constructor Summary
Constructors Constructor Description HandlerFluentImpl()
HandlerFluentImpl(Handler instance)
-
Method Summary
-
Constructor Details
-
HandlerFluentImpl
public HandlerFluentImpl() -
HandlerFluentImpl
-
-
Method Details
-
getExec
Deprecated.This method has been deprecated, please use method buildExec instead.- Specified by:
getExec
in interfaceHandlerFluent<A extends HandlerFluent<A>>
- Returns:
- The buildable object.
-
buildExec
- Specified by:
buildExec
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withExec
- Specified by:
withExec
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
hasExec
- Specified by:
hasExec
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewExec
- Specified by:
withNewExec
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewExecLike
- Specified by:
withNewExecLike
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editExec
- Specified by:
editExec
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewExec
- Specified by:
editOrNewExec
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewExecLike
- Specified by:
editOrNewExecLike
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
getHttpGet
Deprecated.This method has been deprecated, please use method buildHttpGet instead.- Specified by:
getHttpGet
in interfaceHandlerFluent<A extends HandlerFluent<A>>
- Returns:
- The buildable object.
-
buildHttpGet
- Specified by:
buildHttpGet
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withHttpGet
- Specified by:
withHttpGet
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
hasHttpGet
- Specified by:
hasHttpGet
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewHttpGet
- Specified by:
withNewHttpGet
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewHttpGetLike
- Specified by:
withNewHttpGetLike
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editHttpGet
- Specified by:
editHttpGet
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewHttpGet
- Specified by:
editOrNewHttpGet
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewHttpGetLike
- Specified by:
editOrNewHttpGetLike
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
getTcpSocket
Deprecated.This method has been deprecated, please use method buildTcpSocket instead.- Specified by:
getTcpSocket
in interfaceHandlerFluent<A extends HandlerFluent<A>>
- Returns:
- The buildable object.
-
buildTcpSocket
- Specified by:
buildTcpSocket
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withTcpSocket
- Specified by:
withTcpSocket
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
hasTcpSocket
- Specified by:
hasTcpSocket
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewTcpSocket
- Specified by:
withNewTcpSocket
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
withNewTcpSocketLike
- Specified by:
withNewTcpSocketLike
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editTcpSocket
- Specified by:
editTcpSocket
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewTcpSocket
- Specified by:
editOrNewTcpSocket
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
editOrNewTcpSocketLike
- Specified by:
editOrNewTcpSocketLike
in interfaceHandlerFluent<A extends HandlerFluent<A>>
-
equals
-