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 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()
String getName()
Boolean hasName()
String getSource()
Boolean hasSource()
String getSourceNamespace()
Boolean hasSourceNamespace()
String getStartingCSV()
Boolean hasStartingCSV()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.