| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operatorhub.lifecyclemanager.v1 | |
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InstallMode |
CSVDescriptionFluentImpl.buildFirstInstallMode() |
InstallMode |
CSVDescriptionFluent.buildFirstInstallMode() |
InstallMode |
CSVDescriptionFluentImpl.buildInstallMode(Integer index) |
InstallMode |
CSVDescriptionFluent.buildInstallMode(Integer index) |
InstallMode |
CSVDescriptionFluentImpl.buildLastInstallMode() |
InstallMode |
CSVDescriptionFluent.buildLastInstallMode() |
InstallMode |
CSVDescriptionFluentImpl.buildMatchingInstallMode(Predicate<InstallModeBuilder> predicate) |
InstallMode |
CSVDescriptionFluent.buildMatchingInstallMode(Predicate<InstallModeBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<InstallMode> |
CSVDescriptionFluentImpl.buildInstallModes() |
List<InstallMode> |
CSVDescriptionFluent.buildInstallModes() |
List<InstallMode> |
CSVDescriptionFluentImpl.getInstallModes()
Deprecated.
|
List<InstallMode> |
CSVDescriptionFluent.getInstallModes()
Deprecated.
|
List<InstallMode> |
CSVDescription.getInstallModes() |
| Modifier and Type | Method and Description |
|---|---|
A |
CSVDescriptionFluentImpl.addAllToInstallModes(Collection<InstallMode> items) |
A |
CSVDescriptionFluent.addAllToInstallModes(Collection<InstallMode> items) |
A |
CSVDescriptionFluentImpl.removeAllFromInstallModes(Collection<InstallMode> items) |
A |
CSVDescriptionFluent.removeAllFromInstallModes(Collection<InstallMode> items) |
void |
CSVDescription.setInstallModes(List<InstallMode> installModes) |
A |
CSVDescriptionFluentImpl.withInstallModes(List<InstallMode> installModes) |
A |
CSVDescriptionFluent.withInstallModes(List<InstallMode> installModes) |
| Constructor and Description |
|---|
CSVDescription(Map<String,String> annotations,
APIServiceDefinitions apiservicedefinitions,
CustomResourceDefinitions customresourcedefinitions,
String description,
String displayName,
List<Icon> icon,
List<InstallMode> installModes,
List<String> keywords,
List<AppLink> links,
List<Maintainer> maintainers,
String maturity,
String minKubeVersion,
List<io.fabric8.kubernetes.api.model.GroupVersionKind> nativeApis,
AppLink provider,
List<String> relatedImages,
String version) |
| Modifier and Type | Method and Description |
|---|---|
InstallMode |
InstallModeBuilder.build() |
InstallMode |
ClusterServiceVersionSpecFluentImpl.buildFirstInstallMode() |
InstallMode |
ClusterServiceVersionSpecFluent.buildFirstInstallMode() |
InstallMode |
ClusterServiceVersionSpecFluentImpl.buildInstallMode(Integer index) |
InstallMode |
ClusterServiceVersionSpecFluent.buildInstallMode(Integer index) |
InstallMode |
ClusterServiceVersionSpecFluentImpl.buildLastInstallMode() |
InstallMode |
ClusterServiceVersionSpecFluent.buildLastInstallMode() |
InstallMode |
ClusterServiceVersionSpecFluentImpl.buildMatchingInstallMode(Predicate<InstallModeBuilder> predicate) |
InstallMode |
ClusterServiceVersionSpecFluent.buildMatchingInstallMode(Predicate<InstallModeBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<InstallMode> |
ClusterServiceVersionSpecFluentImpl.buildInstallModes() |
List<InstallMode> |
ClusterServiceVersionSpecFluent.buildInstallModes() |
List<InstallMode> |
ClusterServiceVersionSpecFluentImpl.getInstallModes()
Deprecated.
|
List<InstallMode> |
ClusterServiceVersionSpecFluent.getInstallModes()
Deprecated.
|
List<InstallMode> |
ClusterServiceVersionSpec.getInstallModes() |
| Modifier and Type | Method and Description |
|---|---|
ClusterServiceVersionSpecFluent.InstallModesNested<A> |
ClusterServiceVersionSpecFluentImpl.addNewInstallModeLike(InstallMode item) |
ClusterServiceVersionSpecFluent.InstallModesNested<A> |
ClusterServiceVersionSpecFluent.addNewInstallModeLike(InstallMode item) |
A |
ClusterServiceVersionSpecFluentImpl.addToInstallModes(InstallMode... items) |
A |
ClusterServiceVersionSpecFluent.addToInstallModes(InstallMode... items) |
A |
ClusterServiceVersionSpecFluentImpl.addToInstallModes(Integer index,
InstallMode item) |
A |
ClusterServiceVersionSpecFluent.addToInstallModes(Integer index,
InstallMode item) |
A |
ClusterServiceVersionSpecFluentImpl.removeFromInstallModes(InstallMode... items) |
A |
ClusterServiceVersionSpecFluent.removeFromInstallModes(InstallMode... items) |
ClusterServiceVersionSpecFluent.InstallModesNested<A> |
ClusterServiceVersionSpecFluentImpl.setNewInstallModeLike(Integer index,
InstallMode item) |
ClusterServiceVersionSpecFluent.InstallModesNested<A> |
ClusterServiceVersionSpecFluent.setNewInstallModeLike(Integer index,
InstallMode item) |
A |
ClusterServiceVersionSpecFluentImpl.setToInstallModes(Integer index,
InstallMode item) |
A |
ClusterServiceVersionSpecFluent.setToInstallModes(Integer index,
InstallMode item) |
A |
ClusterServiceVersionSpecFluentImpl.withInstallModes(InstallMode... installModes) |
A |
ClusterServiceVersionSpecFluent.withInstallModes(InstallMode... installModes) |
| Modifier and Type | Method and Description |
|---|---|
A |
ClusterServiceVersionSpecFluentImpl.addAllToInstallModes(Collection<InstallMode> items) |
A |
ClusterServiceVersionSpecFluent.addAllToInstallModes(Collection<InstallMode> items) |
A |
ClusterServiceVersionSpecFluentImpl.removeAllFromInstallModes(Collection<InstallMode> items) |
A |
ClusterServiceVersionSpecFluent.removeAllFromInstallModes(Collection<InstallMode> items) |
void |
ClusterServiceVersionSpec.setInstallModes(List<InstallMode> installModes) |
A |
ClusterServiceVersionSpecFluentImpl.withInstallModes(List<InstallMode> installModes) |
A |
ClusterServiceVersionSpecFluent.withInstallModes(List<InstallMode> installModes) |
| Constructor and Description |
|---|
InstallModeBuilder(InstallMode instance) |
InstallModeBuilder(InstallMode instance,
Boolean validationEnabled) |
InstallModeBuilder(InstallModeFluent<?> fluent,
InstallMode instance) |
InstallModeBuilder(InstallModeFluent<?> fluent,
InstallMode instance,
Boolean validationEnabled) |
InstallModeFluentImpl(InstallMode instance) |
| Constructor and Description |
|---|
ClusterServiceVersionSpec(Map<String,String> annotations,
APIServiceDefinitions apiservicedefinitions,
CleanupSpec cleanup,
CustomResourceDefinitions customresourcedefinitions,
String description,
String displayName,
List<Icon> icon,
NamedInstallStrategy install,
List<InstallMode> installModes,
List<String> keywords,
Map<String,String> labels,
List<AppLink> links,
List<Maintainer> maintainers,
String maturity,
String minKubeVersion,
List<io.fabric8.kubernetes.api.model.GroupVersionKind> nativeAPIs,
AppLink provider,
List<RelatedImage> relatedImages,
String replaces,
io.fabric8.kubernetes.api.model.LabelSelector selector,
List<String> skips,
String version,
List<WebhookDescription> webhookdefinitions) |
Copyright © 2015–2020 Red Hat. All rights reserved.