public class OLMConfigSpecFluent<A extends OLMConfigSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OLMConfigSpecFluent.FeaturesNested<N> |
| Constructor and Description |
|---|
OLMConfigSpecFluent() |
OLMConfigSpecFluent(OLMConfigSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Features |
buildFeatures() |
protected void |
copyInstance(OLMConfigSpec instance) |
OLMConfigSpecFluent.FeaturesNested<A> |
editFeatures() |
OLMConfigSpecFluent.FeaturesNested<A> |
editOrNewFeatures() |
OLMConfigSpecFluent.FeaturesNested<A> |
editOrNewFeaturesLike(Features item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
boolean |
hasFeatures() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFeatures(Features features) |
OLMConfigSpecFluent.FeaturesNested<A> |
withNewFeatures() |
A |
withNewFeatures(Boolean disableCopiedCSVs) |
OLMConfigSpecFluent.FeaturesNested<A> |
withNewFeaturesLike(Features item) |
public OLMConfigSpecFluent()
public OLMConfigSpecFluent(OLMConfigSpec instance)
protected void copyInstance(OLMConfigSpec instance)
public Features buildFeatures()
public boolean hasFeatures()
public OLMConfigSpecFluent.FeaturesNested<A> withNewFeatures()
public OLMConfigSpecFluent.FeaturesNested<A> withNewFeaturesLike(Features item)
public OLMConfigSpecFluent.FeaturesNested<A> editFeatures()
public OLMConfigSpecFluent.FeaturesNested<A> editOrNewFeatures()
public OLMConfigSpecFluent.FeaturesNested<A> editOrNewFeaturesLike(Features item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OLMConfigSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OLMConfigSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.