public class OperatorHubSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
OperatorHubSpec()
No args constructor for use in serialization
|
OperatorHubSpec(Boolean disableAllDefaultSources,
List<HubSource> sources) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getDisableAllDefaultSources() |
List<HubSource> |
getSources() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDisableAllDefaultSources(Boolean disableAllDefaultSources) |
void |
setSources(List<HubSource> sources) |
Copyright © 2015–2021 Red Hat. All rights reserved.