Class Features
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1.Features
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<FeaturesBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Features extends Object implements io.fabric8.kubernetes.api.builder.Editable<FeaturesBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Features contains the list of configurable OLM features.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeaturesBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetDisableCopiedCSVs()DisableCopiedCSVs is used to disable OLM's "Copied CSV" feature for operators installed at the cluster scope, where a cluster scoped operator is one that has been installed in an OperatorGroup that targets all namespaces.StringgetPackageServerSyncInterval()Features contains the list of configurable OLM features.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDisableCopiedCSVs(Boolean disableCopiedCSVs)DisableCopiedCSVs is used to disable OLM's "Copied CSV" feature for operators installed at the cluster scope, where a cluster scoped operator is one that has been installed in an OperatorGroup that targets all namespaces.voidsetPackageServerSyncInterval(String packageServerSyncInterval)Features contains the list of configurable OLM features.FeaturesBuildertoBuilder()
-
-
-
Method Detail
-
getDisableCopiedCSVs
public Boolean getDisableCopiedCSVs()
DisableCopiedCSVs is used to disable OLM's "Copied CSV" feature for operators installed at the cluster scope, where a cluster scoped operator is one that has been installed in an OperatorGroup that targets all namespaces. When reenabled, OLM will recreate the "Copied CSVs" for each cluster scoped operator.
-
setDisableCopiedCSVs
public void setDisableCopiedCSVs(Boolean disableCopiedCSVs)
DisableCopiedCSVs is used to disable OLM's "Copied CSV" feature for operators installed at the cluster scope, where a cluster scoped operator is one that has been installed in an OperatorGroup that targets all namespaces. When reenabled, OLM will recreate the "Copied CSVs" for each cluster scoped operator.
-
getPackageServerSyncInterval
public String getPackageServerSyncInterval()
Features contains the list of configurable OLM features.
-
setPackageServerSyncInterval
public void setPackageServerSyncInterval(String packageServerSyncInterval)
Features contains the list of configurable OLM features.
-
edit
public FeaturesBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FeaturesBuilder>
-
toBuilder
public FeaturesBuilder toBuilder()
-
-