Class OperandConfigFluent<A extends OperandConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.tuned.v1.OperandConfigFluent<A>
-
- Direct Known Subclasses:
OperandConfigBuilder,TunedRecommendFluent.OperandNested
public class OperandConfigFluent<A extends OperandConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOperandConfigFluent.TunedConfigNested<N>
-
Constructor Summary
Constructors Constructor Description OperandConfigFluent()OperandConfigFluent(OperandConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
OperandConfigFluent
public OperandConfigFluent()
-
OperandConfigFluent
public OperandConfigFluent(OperandConfig instance)
-
-
Method Detail
-
buildTunedConfig
public TuneDConfig buildTunedConfig()
-
copyInstance
protected void copyInstance(OperandConfig instance)
-
editOrNewTunedConfig
public OperandConfigFluent.TunedConfigNested<A> editOrNewTunedConfig()
-
editOrNewTunedConfigLike
public OperandConfigFluent.TunedConfigNested<A> editOrNewTunedConfigLike(TuneDConfig item)
-
editTunedConfig
public OperandConfigFluent.TunedConfigNested<A> editTunedConfig()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OperandConfigFluent<A>>
-
getDebug
public Boolean getDebug()
-
getVerbosity
public Integer getVerbosity()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasDebug
public boolean hasDebug()
-
hasTunedConfig
public boolean hasTunedConfig()
-
hasVerbosity
public boolean hasVerbosity()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OperandConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withDebug
public A withDebug()
-
withNewTunedConfig
public OperandConfigFluent.TunedConfigNested<A> withNewTunedConfig()
-
withNewTunedConfigLike
public OperandConfigFluent.TunedConfigNested<A> withNewTunedConfigLike(TuneDConfig item)
-
withTunedConfig
public A withTunedConfig(TuneDConfig tunedConfig)
-
-