Uses of Class
io.fabric8.openclustermanagement.api.model.apps.v1.Channel
-
Packages that use Channel Package Description io.fabric8.openclustermanagement.api.model.apps.v1 -
-
Uses of Channel in io.fabric8.openclustermanagement.api.model.apps.v1
Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return Channel Modifier and Type Method Description ChannelChannelBuilder. build()ChannelSubscriberItemFluent. buildChannel()ChannelChannelListFluent. buildFirstItem()ChannelChannelListFluent. buildItem(int index)ChannelChannelListFluent. buildLastItem()ChannelChannelListFluent. buildMatchingItem(Predicate<ChannelBuilder> predicate)ChannelSubscriberItemFluent. buildSecondaryChannel()ChannelSubscriberItem. getChannel()ChannelSubscriberItem. getSecondaryChannel()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 that return types with arguments of type Channel Modifier and Type Method Description List<Channel>ChannelListFluent. buildItems()List<Channel>ChannelList. getItems()Methods in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type Channel Modifier and Type Method Description ChannelListFluent.ItemsNested<A>ChannelListFluent. addNewItemLike(Channel item)AChannelListFluent. addToItems(int index, Channel item)AChannelListFluent. addToItems(Channel... items)protected voidChannelFluent. copyInstance(Channel instance)SubscriberItemFluent.ChannelNested<A>SubscriberItemFluent. editOrNewChannelLike(Channel item)SubscriberItemFluent.SecondaryChannelNested<A>SubscriberItemFluent. editOrNewSecondaryChannelLike(Channel item)AChannelListFluent. removeFromItems(Channel... items)voidSubscriberItem. setChannel(Channel channel)ChannelListFluent.ItemsNested<A>ChannelListFluent. setNewItemLike(int index, Channel item)voidSubscriberItem. setSecondaryChannel(Channel secondaryChannel)AChannelListFluent. setToItems(int index, Channel item)ASubscriberItemFluent. withChannel(Channel channel)AChannelListFluent. withItems(Channel... items)SubscriberItemFluent.ChannelNested<A>SubscriberItemFluent. withNewChannelLike(Channel item)SubscriberItemFluent.SecondaryChannelNested<A>SubscriberItemFluent. withNewSecondaryChannelLike(Channel item)ASubscriberItemFluent. withSecondaryChannel(Channel secondaryChannel)Method parameters in io.fabric8.openclustermanagement.api.model.apps.v1 with type arguments of type Channel Modifier and Type Method Description AChannelListFluent. addAllToItems(Collection<Channel> items)AChannelListFluent. removeAllFromItems(Collection<Channel> items)voidChannelList. setItems(List<Channel> items)AChannelListFluent. withItems(List<Channel> items)Constructors in io.fabric8.openclustermanagement.api.model.apps.v1 with parameters of type Channel Constructor Description ChannelBuilder(Channel instance)ChannelBuilder(ChannelFluent<?> fluent, Channel instance)ChannelFluent(Channel instance)SubscriberItem(Channel channel, io.fabric8.kubernetes.api.model.ConfigMap channelConfigMap, io.fabric8.kubernetes.api.model.Secret channelSecret, Channel secondaryChannel, io.fabric8.kubernetes.api.model.ConfigMap secondaryChannelConfigMap, io.fabric8.kubernetes.api.model.Secret secondaryChannelSecret, Subscription subscription, io.fabric8.kubernetes.api.model.ConfigMap subscriptionConfigMap)Constructor parameters in io.fabric8.openclustermanagement.api.model.apps.v1 with type arguments of type Channel Constructor Description ChannelList(String apiVersion, List<Channel> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-