Interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ClusterServiceVersionSpecFluent.InstallNested<N>
- All Known Implementing Classes:
ClusterServiceVersionSpecFluentImpl.InstallNestedImpl,NamedInstallStrategyBuilder,NamedInstallStrategyFluentImpl
public interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNamedInstallStrategyFluent.SpecNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StrategyDetailsDeploymentbuildSpec()NamedInstallStrategyFluent.SpecNested<A>editOrNewSpec()NamedInstallStrategyFluent.SpecNested<A>editOrNewSpecLike(StrategyDetailsDeployment item)NamedInstallStrategyFluent.SpecNested<A>editSpec()StrategyDetailsDeploymentgetSpec()Deprecated.StringgetStrategy()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)
-
-
-
Method Detail
-
getSpec
@Deprecated StrategyDetailsDeployment getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
StrategyDetailsDeployment buildSpec()
-
withSpec
A withSpec(StrategyDetailsDeployment spec)
-
hasSpec
Boolean hasSpec()
-
withNewSpec
NamedInstallStrategyFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
NamedInstallStrategyFluent.SpecNested<A> withNewSpecLike(StrategyDetailsDeployment item)
-
editSpec
NamedInstallStrategyFluent.SpecNested<A> editSpec()
-
editOrNewSpec
NamedInstallStrategyFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
NamedInstallStrategyFluent.SpecNested<A> editOrNewSpecLike(StrategyDetailsDeployment item)
-
getStrategy
String getStrategy()
-
hasStrategy
Boolean hasStrategy()
-
withNewStrategy
A withNewStrategy(StringBuilder arg1)
-
withNewStrategy
A withNewStrategy(StringBuffer arg1)
-
-