Class SubscriptionFluentImpl.SpecNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionSpecFluentImpl<SubscriptionFluent.SpecNested<N>>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionFluentImpl.SpecNestedImpl<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<SubscriptionFluent.SpecNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
,io.fabric8.kubernetes.api.builder.Visitable<SubscriptionFluent.SpecNested<N>>
,SubscriptionFluent.SpecNested<N>
,SubscriptionSpecFluent<SubscriptionFluent.SpecNested<N>>
- Enclosing class:
- SubscriptionFluentImpl<A extends SubscriptionFluent<A>>
public class SubscriptionFluentImpl.SpecNestedImpl<N> extends SubscriptionSpecFluentImpl<SubscriptionFluent.SpecNested<N>> implements SubscriptionFluent.SpecNested<N>, io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionSpecFluentImpl
SubscriptionSpecFluentImpl.ConfigNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionSpecFluent
SubscriptionSpecFluent.ConfigNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endSpec()
-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionSpecFluentImpl
buildConfig, editConfig, editOrNewConfig, editOrNewConfigLike, equals, getChannel, getConfig, getInstallPlanApproval, getName, getSource, getSourceNamespace, getStartingCSV, hasChannel, hasConfig, hashCode, hasInstallPlanApproval, hasName, hasSource, hasSourceNamespace, hasStartingCSV, withChannel, withConfig, withInstallPlanApproval, withName, withNewChannel, withNewChannel, withNewChannel, withNewConfig, withNewConfigLike, withNewInstallPlanApproval, withNewInstallPlanApproval, withNewInstallPlanApproval, withNewName, withNewName, withNewName, withNewSource, withNewSource, withNewSource, withNewSourceNamespace, withNewSourceNamespace, withNewSourceNamespace, withNewStartingCSV, withNewStartingCSV, withNewStartingCSV, withSource, withSourceNamespace, withStartingCSV
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionSpecFluent
buildConfig, editConfig, editOrNewConfig, editOrNewConfigLike, getChannel, getConfig, getInstallPlanApproval, getName, getSource, getSourceNamespace, getStartingCSV, hasChannel, hasConfig, hasInstallPlanApproval, hasName, hasSource, hasSourceNamespace, hasStartingCSV, withChannel, withConfig, withInstallPlanApproval, withName, withNewChannel, withNewChannel, withNewChannel, withNewConfig, withNewConfigLike, withNewInstallPlanApproval, withNewInstallPlanApproval, withNewInstallPlanApproval, withNewName, withNewName, withNewName, withNewSource, withNewSource, withNewSource, withNewSourceNamespace, withNewSourceNamespace, withNewSourceNamespace, withNewStartingCSV, withNewStartingCSV, withNewStartingCSV, withSource, withSourceNamespace, withStartingCSV
-
-
-
-
Method Detail
-
and
public N and()
- Specified by:
and
in interfaceio.fabric8.kubernetes.api.builder.Nested<N>
- Specified by:
and
in interfaceSubscriptionFluent.SpecNested<N>
-
endSpec
public N endSpec()
- Specified by:
endSpec
in interfaceSubscriptionFluent.SpecNested<N>
-
-