public interface ChannelSpecFluent<A extends ChannelSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChannelSpecFluent.SubscribableNested<N> |
Boolean hasArguments()
Long getGeneration()
Boolean hasGeneration()
io.fabric8.kubernetes.api.model.ObjectReference getProvisioner()
A withProvisioner(io.fabric8.kubernetes.api.model.ObjectReference provisioner)
Boolean hasProvisioner()
@Deprecated Subscribable getSubscribable()
Subscribable buildSubscribable()
A withSubscribable(Subscribable subscribable)
Boolean hasSubscribable()
ChannelSpecFluent.SubscribableNested<A> withNewSubscribable()
ChannelSpecFluent.SubscribableNested<A> withNewSubscribableLike(Subscribable item)
ChannelSpecFluent.SubscribableNested<A> editSubscribable()
ChannelSpecFluent.SubscribableNested<A> editOrNewSubscribable()
ChannelSpecFluent.SubscribableNested<A> editOrNewSubscribableLike(Subscribable item)
Copyright © 2015–2019 Red Hat. All rights reserved.