| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
BundleLookup |
BundleLookupBuilder.build() |
BundleLookup |
InstallPlanStatusFluentImpl.buildBundleLookup(int index) |
BundleLookup |
InstallPlanStatusFluent.buildBundleLookup(int index) |
BundleLookup |
InstallPlanStatusFluentImpl.buildFirstBundleLookup() |
BundleLookup |
InstallPlanStatusFluent.buildFirstBundleLookup() |
BundleLookup |
InstallPlanStatusFluentImpl.buildLastBundleLookup() |
BundleLookup |
InstallPlanStatusFluent.buildLastBundleLookup() |
BundleLookup |
InstallPlanStatusFluentImpl.buildMatchingBundleLookup(io.fabric8.kubernetes.api.builder.Predicate<BundleLookupBuilder> predicate) |
BundleLookup |
InstallPlanStatusFluent.buildMatchingBundleLookup(io.fabric8.kubernetes.api.builder.Predicate<BundleLookupBuilder> predicate) |
BundleLookup |
DoneableBundleLookup.done() |
| Modifier and Type | Method and Description |
|---|---|
List<BundleLookup> |
InstallPlanStatusFluentImpl.buildBundleLookups() |
List<BundleLookup> |
InstallPlanStatusFluent.buildBundleLookups() |
List<BundleLookup> |
InstallPlanStatusFluentImpl.getBundleLookups()
Deprecated.
|
List<BundleLookup> |
InstallPlanStatusFluent.getBundleLookups()
Deprecated.
|
List<BundleLookup> |
InstallPlanStatus.getBundleLookups() |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallPlanStatusFluentImpl.addAllToBundleLookups(Collection<BundleLookup> items) |
A |
InstallPlanStatusFluent.addAllToBundleLookups(Collection<BundleLookup> items) |
A |
InstallPlanStatusFluentImpl.removeAllFromBundleLookups(Collection<BundleLookup> items) |
A |
InstallPlanStatusFluent.removeAllFromBundleLookups(Collection<BundleLookup> items) |
void |
InstallPlanStatus.setBundleLookups(List<BundleLookup> bundleLookups) |
A |
InstallPlanStatusFluentImpl.withBundleLookups(List<BundleLookup> bundleLookups) |
A |
InstallPlanStatusFluent.withBundleLookups(List<BundleLookup> bundleLookups) |
| Constructor and Description |
|---|
BundleLookupBuilder(BundleLookup instance) |
BundleLookupBuilder(BundleLookup instance,
Boolean validationEnabled) |
BundleLookupBuilder(BundleLookupFluent<?> fluent,
BundleLookup instance) |
BundleLookupBuilder(BundleLookupFluent<?> fluent,
BundleLookup instance,
Boolean validationEnabled) |
BundleLookupFluentImpl(BundleLookup instance) |
DoneableBundleLookup(BundleLookup item) |
DoneableBundleLookup(BundleLookup item,
io.fabric8.kubernetes.api.builder.Function<BundleLookup,BundleLookup> function) |
| Constructor and Description |
|---|
DoneableBundleLookup(BundleLookup item,
io.fabric8.kubernetes.api.builder.Function<BundleLookup,BundleLookup> function) |
DoneableBundleLookup(BundleLookup item,
io.fabric8.kubernetes.api.builder.Function<BundleLookup,BundleLookup> function) |
DoneableBundleLookup(io.fabric8.kubernetes.api.builder.Function<BundleLookup,BundleLookup> function) |
DoneableBundleLookup(io.fabric8.kubernetes.api.builder.Function<BundleLookup,BundleLookup> function) |
InstallPlanStatus(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef,
List<BundleLookup> bundleLookups,
List<String> catalogSources,
List<InstallPlanCondition> conditions,
String phase,
List<Step> plan) |
Copyright © 2015–2020 Red Hat. All rights reserved.