public class KafkaBindingSpecFluent<A extends KafkaBindingSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaBindingSpecFluent.NetNested<N> |
class |
KafkaBindingSpecFluent.SubjectNested<N> |
| Constructor and Description |
|---|
KafkaBindingSpecFluent() |
KafkaBindingSpecFluent(KafkaBindingSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic KafkaBindingSpecFluent()
public KafkaBindingSpecFluent(KafkaBindingSpec instance)
protected void copyInstance(KafkaBindingSpec instance)
public A addAllToBootstrapServers(Collection<String> items)
public A removeAllFromBootstrapServers(Collection<String> items)
public String getBootstrapServer(int index)
public String getFirstBootstrapServer()
public String getLastBootstrapServer()
public boolean hasBootstrapServers()
public KafkaNetSpec buildNet()
public A withNet(KafkaNetSpec net)
public boolean hasNet()
public KafkaBindingSpecFluent.NetNested<A> withNewNet()
public KafkaBindingSpecFluent.NetNested<A> withNewNetLike(KafkaNetSpec item)
public KafkaBindingSpecFluent.NetNested<A> editNet()
public KafkaBindingSpecFluent.NetNested<A> editOrNewNet()
public KafkaBindingSpecFluent.NetNested<A> editOrNewNetLike(KafkaNetSpec item)
public Reference buildSubject()
public boolean hasSubject()
public KafkaBindingSpecFluent.SubjectNested<A> withNewSubject()
public KafkaBindingSpecFluent.SubjectNested<A> withNewSubjectLike(Reference item)
public KafkaBindingSpecFluent.SubjectNested<A> editSubject()
public KafkaBindingSpecFluent.SubjectNested<A> editOrNewSubject()
public KafkaBindingSpecFluent.SubjectNested<A> editOrNewSubjectLike(Reference item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaBindingSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends KafkaBindingSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.