Class NamedInstallStrategyFluentImpl<A extends NamedInstallStrategyFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.NamedInstallStrategyFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,NamedInstallStrategyFluent<A>
- Direct Known Subclasses:
ClusterServiceVersionSpecFluentImpl.InstallNestedImpl,NamedInstallStrategyBuilder
public class NamedInstallStrategyFluentImpl<A extends NamedInstallStrategyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NamedInstallStrategyFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNamedInstallStrategyFluentImpl.SpecNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.NamedInstallStrategyFluent
NamedInstallStrategyFluent.SpecNested<N>
-
-
Constructor Summary
Constructors Constructor Description NamedInstallStrategyFluentImpl()NamedInstallStrategyFluentImpl(NamedInstallStrategy instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StrategyDetailsDeploymentbuildSpec()NamedInstallStrategyFluent.SpecNested<A>editOrNewSpec()NamedInstallStrategyFluent.SpecNested<A>editOrNewSpecLike(StrategyDetailsDeployment item)NamedInstallStrategyFluent.SpecNested<A>editSpec()booleanequals(Object o)StrategyDetailsDeploymentgetSpec()Deprecated.StringgetStrategy()inthashCode()BooleanhasSpec()BooleanhasStrategy()NamedInstallStrategyFluent.SpecNested<A>withNewSpec()NamedInstallStrategyFluent.SpecNested<A>withNewSpecLike(StrategyDetailsDeployment item)AwithNewStrategy(String arg1)AwithNewStrategy(StringBuffer arg1)AwithNewStrategy(StringBuilder arg1)AwithSpec(StrategyDetailsDeployment spec)AwithStrategy(String strategy)
-
-
-
Constructor Detail
-
NamedInstallStrategyFluentImpl
public NamedInstallStrategyFluentImpl()
-
NamedInstallStrategyFluentImpl
public NamedInstallStrategyFluentImpl(NamedInstallStrategy instance)
-
-
Method Detail
-
getSpec
@Deprecated public StrategyDetailsDeployment getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpecin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>- Returns:
- The buildable object.
-
buildSpec
public StrategyDetailsDeployment buildSpec()
- Specified by:
buildSpecin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
withSpec
public A withSpec(StrategyDetailsDeployment spec)
- Specified by:
withSpecin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
withNewSpec
public NamedInstallStrategyFluent.SpecNested<A> withNewSpec()
- Specified by:
withNewSpecin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
withNewSpecLike
public NamedInstallStrategyFluent.SpecNested<A> withNewSpecLike(StrategyDetailsDeployment item)
- Specified by:
withNewSpecLikein interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
editSpec
public NamedInstallStrategyFluent.SpecNested<A> editSpec()
- Specified by:
editSpecin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
editOrNewSpec
public NamedInstallStrategyFluent.SpecNested<A> editOrNewSpec()
- Specified by:
editOrNewSpecin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
editOrNewSpecLike
public NamedInstallStrategyFluent.SpecNested<A> editOrNewSpecLike(StrategyDetailsDeployment item)
- Specified by:
editOrNewSpecLikein interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
getStrategy
public String getStrategy()
- Specified by:
getStrategyin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
withStrategy
public A withStrategy(String strategy)
- Specified by:
withStrategyin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
hasStrategy
public Boolean hasStrategy()
- Specified by:
hasStrategyin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
withNewStrategy
public A withNewStrategy(String arg1)
- Specified by:
withNewStrategyin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
withNewStrategy
public A withNewStrategy(StringBuilder arg1)
- Specified by:
withNewStrategyin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
withNewStrategy
public A withNewStrategy(StringBuffer arg1)
- Specified by:
withNewStrategyin interfaceNamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
-