Class OLMConfigSpecFluent<A extends OLMConfigSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1.OLMConfigSpecFluent<A>
-
- Direct Known Subclasses:
OLMConfigFluent.SpecNested,OLMConfigSpecBuilder
public class OLMConfigSpecFluent<A extends OLMConfigSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOLMConfigSpecFluent.FeaturesNested<N>
-
Constructor Summary
Constructors Constructor Description OLMConfigSpecFluent()OLMConfigSpecFluent(OLMConfigSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
OLMConfigSpecFluent
public OLMConfigSpecFluent()
-
OLMConfigSpecFluent
public OLMConfigSpecFluent(OLMConfigSpec instance)
-
-
Method Detail
-
buildFeatures
public Features buildFeatures()
-
copyInstance
protected void copyInstance(OLMConfigSpec instance)
-
editFeatures
public OLMConfigSpecFluent.FeaturesNested<A> editFeatures()
-
editOrNewFeatures
public OLMConfigSpecFluent.FeaturesNested<A> editOrNewFeatures()
-
editOrNewFeaturesLike
public OLMConfigSpecFluent.FeaturesNested<A> editOrNewFeaturesLike(Features item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OLMConfigSpecFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasFeatures
public boolean hasFeatures()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OLMConfigSpecFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNewFeatures
public OLMConfigSpecFluent.FeaturesNested<A> withNewFeatures()
-
withNewFeatures
public A withNewFeatures(Boolean disableCopiedCSVs, String packageServerSyncInterval)
-
withNewFeaturesLike
public OLMConfigSpecFluent.FeaturesNested<A> withNewFeaturesLike(Features item)
-
-