Class CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.CustomFeatureGatesFluent<A>
-
- Direct Known Subclasses:
CustomFeatureGatesBuilder,FeatureGateSelectionFluent.CustomNoUpgradeNested,FeatureGateSpecFluent.CustomNoUpgradeNested
public class CustomFeatureGatesFluent<A extends CustomFeatureGatesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description CustomFeatureGatesFluent()CustomFeatureGatesFluent(CustomFeatureGates instance)
-
Method Summary
-
-
-
Constructor Detail
-
CustomFeatureGatesFluent
public CustomFeatureGatesFluent()
-
CustomFeatureGatesFluent
public CustomFeatureGatesFluent(CustomFeatureGates instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CustomFeatureGates instance)
-
addAllToDisabled
public A addAllToDisabled(Collection<String> items)
-
removeAllFromDisabled
public A removeAllFromDisabled(Collection<String> items)
-
getDisabled
public String getDisabled(int index)
-
getFirstDisabled
public String getFirstDisabled()
-
getLastDisabled
public String getLastDisabled()
-
hasDisabled
public boolean hasDisabled()
-
addAllToEnabled
public A addAllToEnabled(Collection<String> items)
-
removeAllFromEnabled
public A removeAllFromEnabled(Collection<String> items)
-
getEnabled
public String getEnabled(int index)
-
getFirstEnabled
public String getFirstEnabled()
-
getLastEnabled
public String getLastEnabled()
-
hasEnabled
public boolean hasEnabled()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomFeatureGatesFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomFeatureGatesFluent<A>>
-
-