| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
BundleLookup |
BundleLookupBuilder.build() |
BundleLookup |
InstallPlanStatusFluent.buildBundleLookup(int index) |
BundleLookup |
InstallPlanStatusFluent.buildFirstBundleLookup() |
BundleLookup |
InstallPlanStatusFluent.buildLastBundleLookup() |
BundleLookup |
InstallPlanStatusFluent.buildMatchingBundleLookup(Predicate<BundleLookupBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<BundleLookup> |
InstallPlanStatusFluent.buildBundleLookups() |
List<BundleLookup> |
InstallPlanStatus.getBundleLookups() |
| Modifier and Type | Method and Description |
|---|---|
InstallPlanStatusFluent.BundleLookupsNested<A> |
InstallPlanStatusFluent.addNewBundleLookupLike(BundleLookup item) |
A |
InstallPlanStatusFluent.addToBundleLookups(BundleLookup... items) |
A |
InstallPlanStatusFluent.addToBundleLookups(int index,
BundleLookup item) |
protected void |
BundleLookupFluent.copyInstance(BundleLookup instance) |
A |
InstallPlanStatusFluent.removeFromBundleLookups(BundleLookup... items) |
InstallPlanStatusFluent.BundleLookupsNested<A> |
InstallPlanStatusFluent.setNewBundleLookupLike(int index,
BundleLookup item) |
A |
InstallPlanStatusFluent.setToBundleLookups(int index,
BundleLookup item) |
A |
InstallPlanStatusFluent.withBundleLookups(BundleLookup... bundleLookups) |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallPlanStatusFluent.addAllToBundleLookups(Collection<BundleLookup> items) |
A |
InstallPlanStatusFluent.removeAllFromBundleLookups(Collection<BundleLookup> items) |
void |
InstallPlanStatus.setBundleLookups(List<BundleLookup> bundleLookups) |
A |
InstallPlanStatusFluent.withBundleLookups(List<BundleLookup> bundleLookups) |
| Constructor and Description |
|---|
BundleLookupBuilder(BundleLookup instance) |
BundleLookupBuilder(BundleLookupFluent<?> fluent,
BundleLookup instance) |
BundleLookupFluent(BundleLookup instance) |
| Constructor and Description |
|---|
InstallPlanStatus(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef,
List<BundleLookup> bundleLookups,
List<String> catalogSources,
List<InstallPlanCondition> conditions,
String message,
String phase,
List<Step> plan,
String startTime) |
Copyright © 2015–2024 Red Hat. All rights reserved.