Uses of Interface
io.fabric8.kubernetes.api.model.TCPSocketActionFluent
-
Packages that use TCPSocketActionFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of TCPSocketActionFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type TCPSocketActionFluent Modifier and Type Interface Description interface
TCPSocketActionFluent<A extends TCPSocketActionFluent<A>>
class
TCPSocketActionFluentImpl<A extends TCPSocketActionFluent<A>>
Subinterfaces of TCPSocketActionFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interface
HandlerFluent.TcpSocketNested<N>
static interface
ProbeFluent.TcpSocketNested<N>
static interface
WatchEventFluent.TCPSocketActionObjectNested<N>
Classes in io.fabric8.kubernetes.api.model that implement TCPSocketActionFluent Modifier and Type Class Description class
HandlerFluentImpl.TcpSocketNestedImpl<N>
class
ProbeFluentImpl.TcpSocketNestedImpl<N>
class
TCPSocketActionBuilder
class
TCPSocketActionFluentImpl<A extends TCPSocketActionFluent<A>>
class
WatchEventFluentImpl.TCPSocketActionObjectNestedImpl<N>
Constructors in io.fabric8.kubernetes.api.model with parameters of type TCPSocketActionFluent Constructor Description TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent)
TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent, TCPSocketAction instance)
TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent, TCPSocketAction instance, Boolean validationEnabled)
TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent, Boolean validationEnabled)
-