public interface FeatureGateSpecFluent<A extends FeatureGateSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FeatureGateSpecFluent.CustomNoUpgradeNested<N> |
| Modifier and Type | Method and Description |
|---|---|
CustomFeatureGates |
buildCustomNoUpgrade() |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
editCustomNoUpgrade() |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
editOrNewCustomNoUpgrade() |
FeatureGateSpecFluent.CustomNoUpgradeNested<A> |
editOrNewCustomNoUpgradeLike(CustomFeatureGates item) |
CustomFeatureGates |
getCustomNoUpgrade()
Deprecated.
|
String |
getFeatureSet() |
Boolean |
hasCustomNoUpgrade() |
Boolean |
hasFeatureSet() |
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) |
@Deprecated CustomFeatureGates getCustomNoUpgrade()
CustomFeatureGates buildCustomNoUpgrade()
A withCustomNoUpgrade(CustomFeatureGates customNoUpgrade)
Boolean hasCustomNoUpgrade()
FeatureGateSpecFluent.CustomNoUpgradeNested<A> withNewCustomNoUpgrade()
FeatureGateSpecFluent.CustomNoUpgradeNested<A> withNewCustomNoUpgradeLike(CustomFeatureGates item)
FeatureGateSpecFluent.CustomNoUpgradeNested<A> editCustomNoUpgrade()
FeatureGateSpecFluent.CustomNoUpgradeNested<A> editOrNewCustomNoUpgrade()
FeatureGateSpecFluent.CustomNoUpgradeNested<A> editOrNewCustomNoUpgradeLike(CustomFeatureGates item)
String getFeatureSet()
Boolean hasFeatureSet()
A withNewFeatureSet(StringBuilder arg1)
A withNewFeatureSet(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.