Interface SubscriptionSpecFluent<A extends SubscriptionSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SubscriptionFluent.SpecNested<N>
- All Known Implementing Classes:
SubscriptionFluentImpl.SpecNestedImpl,SubscriptionSpecBuilder,SubscriptionSpecFluentImpl
public interface SubscriptionSpecFluent<A extends SubscriptionSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSubscriptionSpecFluent.ConfigNested<N>
-
Method Summary
-
-
-
Method Detail
-
getChannel
String getChannel()
-
hasChannel
Boolean hasChannel()
-
withNewChannel
A withNewChannel(StringBuilder arg1)
-
withNewChannel
A withNewChannel(StringBuffer arg1)
-
getConfig
@Deprecated SubscriptionConfig getConfig()
Deprecated.This method has been deprecated, please use method buildConfig instead.- Returns:
- The buildable object.
-
buildConfig
SubscriptionConfig buildConfig()
-
withConfig
A withConfig(SubscriptionConfig config)
-
hasConfig
Boolean hasConfig()
-
withNewConfig
SubscriptionSpecFluent.ConfigNested<A> withNewConfig()
-
withNewConfigLike
SubscriptionSpecFluent.ConfigNested<A> withNewConfigLike(SubscriptionConfig item)
-
editConfig
SubscriptionSpecFluent.ConfigNested<A> editConfig()
-
editOrNewConfig
SubscriptionSpecFluent.ConfigNested<A> editOrNewConfig()
-
editOrNewConfigLike
SubscriptionSpecFluent.ConfigNested<A> editOrNewConfigLike(SubscriptionConfig item)
-
getInstallPlanApproval
String getInstallPlanApproval()
-
hasInstallPlanApproval
Boolean hasInstallPlanApproval()
-
withNewInstallPlanApproval
A withNewInstallPlanApproval(StringBuilder arg1)
-
withNewInstallPlanApproval
A withNewInstallPlanApproval(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getSource
String getSource()
-
hasSource
Boolean hasSource()
-
withNewSource
A withNewSource(StringBuilder arg1)
-
withNewSource
A withNewSource(StringBuffer arg1)
-
getSourceNamespace
String getSourceNamespace()
-
hasSourceNamespace
Boolean hasSourceNamespace()
-
withNewSourceNamespace
A withNewSourceNamespace(StringBuilder arg1)
-
withNewSourceNamespace
A withNewSourceNamespace(StringBuffer arg1)
-
getStartingCSV
String getStartingCSV()
-
hasStartingCSV
Boolean hasStartingCSV()
-
withNewStartingCSV
A withNewStartingCSV(StringBuilder arg1)
-
withNewStartingCSV
A withNewStartingCSV(StringBuffer arg1)
-
-