public class FeatureGateSpecFluentImpl<A extends FeatureGateSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FeatureGateSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureGateSpecFluentImpl.CustomNoUpgradeNestedImpl<N> |
FeatureGateSpecFluent.CustomNoUpgradeNested<N>| Constructor and Description |
|---|
FeatureGateSpecFluentImpl() |
FeatureGateSpecFluentImpl(FeatureGateSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
CustomFeatureGates |
buildCustomNoUpgrade() |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
editCustomNoUpgrade() |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
editOrNewCustomNoUpgrade() |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
editOrNewCustomNoUpgradeLike(CustomFeatureGates item) |
boolean |
equals(Object o) |
CustomFeatureGates |
getCustomNoUpgrade()
Deprecated.
|
String |
getFeatureSet() |
Boolean |
hasCustomNoUpgrade() |
Boolean |
hasFeatureSet() |
int |
hashCode() |
A |
withCustomNoUpgrade(CustomFeatureGates customNoUpgrade) |
A |
withFeatureSet(String featureSet) |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
withNewCustomNoUpgrade() |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
withNewCustomNoUpgradeLike(CustomFeatureGates item) |
A |
withNewFeatureSet(String arg1) |
A |
withNewFeatureSet(StringBuffer arg1) |
A |
withNewFeatureSet(StringBuilder arg1) |
public FeatureGateSpecFluentImpl()
public FeatureGateSpecFluentImpl(FeatureGateSpec instance)
@Deprecated public CustomFeatureGates getCustomNoUpgrade()
getCustomNoUpgrade in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public CustomFeatureGates buildCustomNoUpgrade()
buildCustomNoUpgrade in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public A withCustomNoUpgrade(CustomFeatureGates customNoUpgrade)
withCustomNoUpgrade in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public Boolean hasCustomNoUpgrade()
hasCustomNoUpgrade in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public FeatureGateSpecFluent.CustomNoUpgradeNested<A> withNewCustomNoUpgrade()
withNewCustomNoUpgrade in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public FeatureGateSpecFluent.CustomNoUpgradeNested<A> withNewCustomNoUpgradeLike(CustomFeatureGates item)
withNewCustomNoUpgradeLike in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public FeatureGateSpecFluent.CustomNoUpgradeNested<A> editCustomNoUpgrade()
editCustomNoUpgrade in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public FeatureGateSpecFluent.CustomNoUpgradeNested<A> editOrNewCustomNoUpgrade()
editOrNewCustomNoUpgrade in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public FeatureGateSpecFluent.CustomNoUpgradeNested<A> editOrNewCustomNoUpgradeLike(CustomFeatureGates item)
editOrNewCustomNoUpgradeLike in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public String getFeatureSet()
getFeatureSet in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public A withFeatureSet(String featureSet)
withFeatureSet in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public Boolean hasFeatureSet()
hasFeatureSet in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public A withNewFeatureSet(String arg1)
withNewFeatureSet in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public A withNewFeatureSet(StringBuilder arg1)
withNewFeatureSet in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>public A withNewFeatureSet(StringBuffer arg1)
withNewFeatureSet in interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.