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> |
@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(int[] arg1, int arg2, int arg3)
A withNewFeatureSet(char[] arg1)
A withNewFeatureSet(StringBuffer arg1)
A withNewFeatureSet(byte[] arg1, int arg2)
A withNewFeatureSet(byte[] arg1)
A withNewFeatureSet(char[] arg1, int arg2, int arg3)
A withNewFeatureSet(byte[] arg1, int arg2, int arg3)
A withNewFeatureSet(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2022 Red Hat. All rights reserved.