public class NamedInstallStrategyFluentImpl<A extends NamedInstallStrategyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NamedInstallStrategyFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedInstallStrategyFluentImpl.SpecNestedImpl<N> |
NamedInstallStrategyFluent.SpecNested<N>| Constructor and Description |
|---|
NamedInstallStrategyFluentImpl() |
NamedInstallStrategyFluentImpl(NamedInstallStrategy instance) |
| Modifier and Type | Method and Description |
|---|---|
StrategyDetailsDeployment |
buildSpec() |
NamedInstallStrategyFluent.SpecNested<A> |
editOrNewSpec() |
NamedInstallStrategyFluent.SpecNested<A> |
editOrNewSpecLike(StrategyDetailsDeployment item) |
NamedInstallStrategyFluent.SpecNested<A> |
editSpec() |
boolean |
equals(Object o) |
StrategyDetailsDeployment |
getSpec()
Deprecated.
|
String |
getStrategy() |
int |
hashCode() |
Boolean |
hasSpec() |
Boolean |
hasStrategy() |
NamedInstallStrategyFluent.SpecNested<A> |
withNewSpec() |
NamedInstallStrategyFluent.SpecNested<A> |
withNewSpecLike(StrategyDetailsDeployment item) |
A |
withNewStrategy(String arg0)
Deprecated.
|
A |
withSpec(StrategyDetailsDeployment spec) |
A |
withStrategy(String strategy) |
public NamedInstallStrategyFluentImpl()
public NamedInstallStrategyFluentImpl(NamedInstallStrategy instance)
@Deprecated public StrategyDetailsDeployment getSpec()
getSpec in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public StrategyDetailsDeployment buildSpec()
buildSpec in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public A withSpec(StrategyDetailsDeployment spec)
withSpec in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public Boolean hasSpec()
hasSpec in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public NamedInstallStrategyFluent.SpecNested<A> withNewSpec()
withNewSpec in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public NamedInstallStrategyFluent.SpecNested<A> withNewSpecLike(StrategyDetailsDeployment item)
withNewSpecLike in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public NamedInstallStrategyFluent.SpecNested<A> editSpec()
editSpec in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public NamedInstallStrategyFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public NamedInstallStrategyFluent.SpecNested<A> editOrNewSpecLike(StrategyDetailsDeployment item)
editOrNewSpecLike in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public String getStrategy()
getStrategy in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public A withStrategy(String strategy)
withStrategy in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>public Boolean hasStrategy()
hasStrategy in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>@Deprecated public A withNewStrategy(String arg0)
withNewStrategy in interface NamedInstallStrategyFluent<A extends NamedInstallStrategyFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.