Package io.strimzi.api.kafka.model
Class TlsClientAuthenticationFluentImpl<A extends TlsClientAuthenticationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.TlsClientAuthenticationFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,TlsClientAuthenticationFluent<A>
- Direct Known Subclasses:
TlsClientAuthenticationBuilder
public class TlsClientAuthenticationFluentImpl<A extends TlsClientAuthenticationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TlsClientAuthenticationFluent<A>
-
-
Constructor Summary
Constructors Constructor Description TlsClientAuthenticationFluentImpl()TlsClientAuthenticationFluentImpl(TlsClientAuthentication instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()
-
-
-
Constructor Detail
-
TlsClientAuthenticationFluentImpl
public TlsClientAuthenticationFluentImpl()
-
TlsClientAuthenticationFluentImpl
public TlsClientAuthenticationFluentImpl(TlsClientAuthentication instance)
-
-