Class KafkaBindingSpecFluentImpl<A extends KafkaBindingSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaBindingSpecFluentImpl<A>
-
- All Implemented Interfaces:
KafkaBindingSpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
KafkaBindingFluentImpl.SpecNestedImpl,KafkaBindingSpecBuilder
public class KafkaBindingSpecFluentImpl<A extends KafkaBindingSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KafkaBindingSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classKafkaBindingSpecFluentImpl.NetNestedImpl<N>classKafkaBindingSpecFluentImpl.SubjectNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaBindingSpecFluent
KafkaBindingSpecFluent.NetNested<N>, KafkaBindingSpecFluent.SubjectNested<N>
-
-
Constructor Summary
Constructors Constructor Description KafkaBindingSpecFluentImpl()KafkaBindingSpecFluentImpl(KafkaBindingSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
KafkaBindingSpecFluentImpl
public KafkaBindingSpecFluentImpl()
-
KafkaBindingSpecFluentImpl
public KafkaBindingSpecFluentImpl(KafkaBindingSpec instance)
-
-
Method Detail
-
addToBootstrapServers
public A addToBootstrapServers(int index, String item)
- Specified by:
addToBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
setToBootstrapServers
public A setToBootstrapServers(int index, String item)
- Specified by:
setToBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
addToBootstrapServers
public A addToBootstrapServers(String... items)
- Specified by:
addToBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
addAllToBootstrapServers
public A addAllToBootstrapServers(Collection<String> items)
- Specified by:
addAllToBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
removeFromBootstrapServers
public A removeFromBootstrapServers(String... items)
- Specified by:
removeFromBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
removeAllFromBootstrapServers
public A removeAllFromBootstrapServers(Collection<String> items)
- Specified by:
removeAllFromBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
getBootstrapServers
public List<String> getBootstrapServers()
- Specified by:
getBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
getBootstrapServer
public String getBootstrapServer(int index)
- Specified by:
getBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
getFirstBootstrapServer
public String getFirstBootstrapServer()
- Specified by:
getFirstBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
getLastBootstrapServer
public String getLastBootstrapServer()
- Specified by:
getLastBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
getMatchingBootstrapServer
public String getMatchingBootstrapServer(Predicate<String> predicate)
- Specified by:
getMatchingBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
hasMatchingBootstrapServer
public Boolean hasMatchingBootstrapServer(Predicate<String> predicate)
- Specified by:
hasMatchingBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withBootstrapServers
public A withBootstrapServers(List<String> bootstrapServers)
- Specified by:
withBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withBootstrapServers
public A withBootstrapServers(String... bootstrapServers)
- Specified by:
withBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
hasBootstrapServers
public Boolean hasBootstrapServers()
- Specified by:
hasBootstrapServersin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
addNewBootstrapServer
public A addNewBootstrapServer(String arg1)
- Specified by:
addNewBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
addNewBootstrapServer
public A addNewBootstrapServer(StringBuilder arg1)
- Specified by:
addNewBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
addNewBootstrapServer
public A addNewBootstrapServer(StringBuffer arg1)
- Specified by:
addNewBootstrapServerin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
getNet
@Deprecated public KafkaNetSpec getNet()
Deprecated.This method has been deprecated, please use method buildNet instead.- Specified by:
getNetin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>- Returns:
- The buildable object.
-
buildNet
public KafkaNetSpec buildNet()
- Specified by:
buildNetin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withNet
public A withNet(KafkaNetSpec net)
- Specified by:
withNetin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
hasNet
public Boolean hasNet()
- Specified by:
hasNetin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withNewNet
public KafkaBindingSpecFluent.NetNested<A> withNewNet()
- Specified by:
withNewNetin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withNewNetLike
public KafkaBindingSpecFluent.NetNested<A> withNewNetLike(KafkaNetSpec item)
- Specified by:
withNewNetLikein interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
editNet
public KafkaBindingSpecFluent.NetNested<A> editNet()
- Specified by:
editNetin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
editOrNewNet
public KafkaBindingSpecFluent.NetNested<A> editOrNewNet()
- Specified by:
editOrNewNetin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
editOrNewNetLike
public KafkaBindingSpecFluent.NetNested<A> editOrNewNetLike(KafkaNetSpec item)
- Specified by:
editOrNewNetLikein interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
getSubject
@Deprecated public Reference getSubject()
Deprecated.This method has been deprecated, please use method buildSubject instead.- Specified by:
getSubjectin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>- Returns:
- The buildable object.
-
buildSubject
public Reference buildSubject()
- Specified by:
buildSubjectin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withSubject
public A withSubject(Reference subject)
- Specified by:
withSubjectin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
hasSubject
public Boolean hasSubject()
- Specified by:
hasSubjectin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withNewSubject
public KafkaBindingSpecFluent.SubjectNested<A> withNewSubject()
- Specified by:
withNewSubjectin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
withNewSubjectLike
public KafkaBindingSpecFluent.SubjectNested<A> withNewSubjectLike(Reference item)
- Specified by:
withNewSubjectLikein interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
editSubject
public KafkaBindingSpecFluent.SubjectNested<A> editSubject()
- Specified by:
editSubjectin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
editOrNewSubject
public KafkaBindingSpecFluent.SubjectNested<A> editOrNewSubject()
- Specified by:
editOrNewSubjectin interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
editOrNewSubjectLike
public KafkaBindingSpecFluent.SubjectNested<A> editOrNewSubjectLike(Reference item)
- Specified by:
editOrNewSubjectLikein interfaceKafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
-
-