Interface KafkaBindingFluent.SpecNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<KafkaBindingFluent.SpecNested<N>>,KafkaBindingSpecFluent<KafkaBindingFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaBindingFluentImpl.SpecNestedImpl
- Enclosing interface:
- KafkaBindingFluent<A extends KafkaBindingFluent<A>>
public static interface KafkaBindingFluent.SpecNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, KafkaBindingSpecFluent<KafkaBindingFluent.SpecNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaBindingSpecFluent
KafkaBindingSpecFluent.NetNested<N>, KafkaBindingSpecFluent.SubjectNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from interface io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaBindingSpecFluent
addAllToBootstrapServers, addNewBootstrapServer, addNewBootstrapServer, addNewBootstrapServer, addToBootstrapServers, addToBootstrapServers, buildNet, buildSubject, editNet, editOrNewNet, editOrNewNetLike, editOrNewSubject, editOrNewSubjectLike, editSubject, getBootstrapServer, getBootstrapServers, getFirstBootstrapServer, getLastBootstrapServer, getMatchingBootstrapServer, getNet, getSubject, hasBootstrapServers, hasMatchingBootstrapServer, hasNet, hasSubject, removeAllFromBootstrapServers, removeFromBootstrapServers, setToBootstrapServers, withBootstrapServers, withBootstrapServers, withNet, withNewNet, withNewNetLike, withNewSubject, withNewSubjectLike, withSubject
-
-