Package io.fabric8.knative.messaging.v1
Interface ChannelFluent.SpecNested<N>
-
- All Superinterfaces:
ChannelSpecFluent<ChannelFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<ChannelFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
ChannelFluentImpl.SpecNestedImpl
- Enclosing interface:
- ChannelFluent<A extends ChannelFluent<A>>
public static interface ChannelFluent.SpecNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, ChannelSpecFluent<ChannelFluent.SpecNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.knative.messaging.v1.ChannelSpecFluent
ChannelSpecFluent.ChannelTemplateNested<N>, ChannelSpecFluent.DeliveryNested<N>, ChannelSpecFluent.SubscribersNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from interface io.fabric8.knative.messaging.v1.ChannelSpecFluent
addAllToSubscribers, addNewSubscriber, addNewSubscriberLike, addToSubscribers, addToSubscribers, buildChannelTemplate, buildDelivery, buildFirstSubscriber, buildLastSubscriber, buildMatchingSubscriber, buildSubscriber, buildSubscribers, editChannelTemplate, editDelivery, editFirstSubscriber, editLastSubscriber, editMatchingSubscriber, editOrNewChannelTemplate, editOrNewChannelTemplateLike, editOrNewDelivery, editOrNewDeliveryLike, editSubscriber, getChannelTemplate, getDelivery, getSubscribers, hasChannelTemplate, hasDelivery, hasMatchingSubscriber, hasSubscribers, removeAllFromSubscribers, removeFromSubscribers, removeMatchingFromSubscribers, setNewSubscriberLike, setToSubscribers, withChannelTemplate, withDelivery, withNewChannelTemplate, withNewChannelTemplateLike, withNewDelivery, withNewDeliveryLike, withSubscribers, withSubscribers
-
-