public interface SubscriptionSpecFluent<A extends SubscriptionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SubscriptionSpecFluent.ConfigNested<N> |
String getChannel()
Boolean hasChannel()
@Deprecated A withNewChannel(String arg0)
@Deprecated SubscriptionConfig getConfig()
SubscriptionConfig buildConfig()
A withConfig(SubscriptionConfig config)
Boolean hasConfig()
SubscriptionSpecFluent.ConfigNested<A> withNewConfig()
SubscriptionSpecFluent.ConfigNested<A> withNewConfigLike(SubscriptionConfig item)
SubscriptionSpecFluent.ConfigNested<A> editConfig()
SubscriptionSpecFluent.ConfigNested<A> editOrNewConfig()
SubscriptionSpecFluent.ConfigNested<A> editOrNewConfigLike(SubscriptionConfig item)
String getInstallPlanApproval()
Boolean hasInstallPlanApproval()
@Deprecated A withNewInstallPlanApproval(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
String getSource()
Boolean hasSource()
@Deprecated A withNewSource(String arg0)
String getSourceNamespace()
Boolean hasSourceNamespace()
@Deprecated A withNewSourceNamespace(String arg0)
String getStartingCSV()
Boolean hasStartingCSV()
@Deprecated A withNewStartingCSV(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.