Class SubscriberItemFluent<A extends SubscriberItemFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.apps.v1.SubscriberItemFluent<A>
-
- Direct Known Subclasses:
SubscriberItemBuilder
public class SubscriberItemFluent<A extends SubscriberItemFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSubscriberItemFluent.ChannelNested<N>classSubscriberItemFluent.SecondaryChannelNested<N>classSubscriberItemFluent.SubscriptionNested<N>
-
Constructor Summary
Constructors Constructor Description SubscriberItemFluent()SubscriberItemFluent(SubscriberItem instance)
-
Method Summary
-
-
-
Constructor Detail
-
SubscriberItemFluent
public SubscriberItemFluent()
-
SubscriberItemFluent
public SubscriberItemFluent(SubscriberItem instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SubscriberItem instance)
-
buildChannel
public Channel buildChannel()
-
hasChannel
public boolean hasChannel()
-
withNewChannel
public SubscriberItemFluent.ChannelNested<A> withNewChannel()
-
withNewChannelLike
public SubscriberItemFluent.ChannelNested<A> withNewChannelLike(Channel item)
-
editChannel
public SubscriberItemFluent.ChannelNested<A> editChannel()
-
editOrNewChannel
public SubscriberItemFluent.ChannelNested<A> editOrNewChannel()
-
editOrNewChannelLike
public SubscriberItemFluent.ChannelNested<A> editOrNewChannelLike(Channel item)
-
getChannelConfigMap
public io.fabric8.kubernetes.api.model.ConfigMap getChannelConfigMap()
-
withChannelConfigMap
public A withChannelConfigMap(io.fabric8.kubernetes.api.model.ConfigMap channelConfigMap)
-
hasChannelConfigMap
public boolean hasChannelConfigMap()
-
getChannelSecret
public io.fabric8.kubernetes.api.model.Secret getChannelSecret()
-
withChannelSecret
public A withChannelSecret(io.fabric8.kubernetes.api.model.Secret channelSecret)
-
hasChannelSecret
public boolean hasChannelSecret()
-
buildSecondaryChannel
public Channel buildSecondaryChannel()
-
hasSecondaryChannel
public boolean hasSecondaryChannel()
-
withNewSecondaryChannel
public SubscriberItemFluent.SecondaryChannelNested<A> withNewSecondaryChannel()
-
withNewSecondaryChannelLike
public SubscriberItemFluent.SecondaryChannelNested<A> withNewSecondaryChannelLike(Channel item)
-
editSecondaryChannel
public SubscriberItemFluent.SecondaryChannelNested<A> editSecondaryChannel()
-
editOrNewSecondaryChannel
public SubscriberItemFluent.SecondaryChannelNested<A> editOrNewSecondaryChannel()
-
editOrNewSecondaryChannelLike
public SubscriberItemFluent.SecondaryChannelNested<A> editOrNewSecondaryChannelLike(Channel item)
-
getSecondaryChannelConfigMap
public io.fabric8.kubernetes.api.model.ConfigMap getSecondaryChannelConfigMap()
-
withSecondaryChannelConfigMap
public A withSecondaryChannelConfigMap(io.fabric8.kubernetes.api.model.ConfigMap secondaryChannelConfigMap)
-
hasSecondaryChannelConfigMap
public boolean hasSecondaryChannelConfigMap()
-
getSecondaryChannelSecret
public io.fabric8.kubernetes.api.model.Secret getSecondaryChannelSecret()
-
withSecondaryChannelSecret
public A withSecondaryChannelSecret(io.fabric8.kubernetes.api.model.Secret secondaryChannelSecret)
-
hasSecondaryChannelSecret
public boolean hasSecondaryChannelSecret()
-
buildSubscription
public Subscription buildSubscription()
-
withSubscription
public A withSubscription(Subscription subscription)
-
hasSubscription
public boolean hasSubscription()
-
withNewSubscription
public SubscriberItemFluent.SubscriptionNested<A> withNewSubscription()
-
withNewSubscriptionLike
public SubscriberItemFluent.SubscriptionNested<A> withNewSubscriptionLike(Subscription item)
-
editSubscription
public SubscriberItemFluent.SubscriptionNested<A> editSubscription()
-
editOrNewSubscription
public SubscriberItemFluent.SubscriptionNested<A> editOrNewSubscription()
-
editOrNewSubscriptionLike
public SubscriberItemFluent.SubscriptionNested<A> editOrNewSubscriptionLike(Subscription item)
-
getSubscriptionConfigMap
public io.fabric8.kubernetes.api.model.ConfigMap getSubscriptionConfigMap()
-
withSubscriptionConfigMap
public A withSubscriptionConfigMap(io.fabric8.kubernetes.api.model.ConfigMap subscriptionConfigMap)
-
hasSubscriptionConfigMap
public boolean hasSubscriptionConfigMap()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SubscriberItemFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SubscriberItemFluent<A>>
-
-