| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
CatalogSource |
KubeSchema.getCatalogSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setCatalogSource(CatalogSource catalogSource) |
| Constructor and Description |
|---|
KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList,
CatalogSource catalogSource,
CatalogSourceList catalogSourceList,
ClusterServiceVersion clusterServiceVersion,
ClusterServiceVersionList clusterServiceVersionList,
io.fabric8.kubernetes.api.model.apps.Deployment deployment,
io.fabric8.kubernetes.api.model.version.Info info,
InstallPlan installPlan,
InstallPlanList installPlanList,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
Operator operator,
OperatorCondition operatorCondition,
OperatorConditionList operatorConditionList,
OperatorGroup operatorGroup,
OperatorGroupList operatorGroupList,
OperatorList operatorList,
PackageManifest packageManifest,
PackageManifestList packageManifestList,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.rbac.PolicyRule policyRule,
io.fabric8.kubernetes.api.model.Quantity quantity,
io.fabric8.kubernetes.api.model.admissionregistration.v1.RuleWithOperations ruleWithOperations,
io.fabric8.kubernetes.api.model.Status status,
Subscription subscription,
SubscriptionList subscriptionList,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta) |
| Modifier and Type | Method and Description |
|---|---|
CatalogSource |
CatalogSourceBuilder.build() |
CatalogSource |
CatalogSourceListFluent.buildFirstItem() |
CatalogSource |
CatalogSourceListFluentImpl.buildFirstItem() |
CatalogSource |
CatalogSourceListFluent.buildItem(Integer index) |
CatalogSource |
CatalogSourceListFluentImpl.buildItem(Integer index) |
CatalogSource |
CatalogSourceListFluent.buildLastItem() |
CatalogSource |
CatalogSourceListFluentImpl.buildLastItem() |
CatalogSource |
CatalogSourceListFluent.buildMatchingItem(Predicate<CatalogSourceBuilder> predicate) |
CatalogSource |
CatalogSourceListFluentImpl.buildMatchingItem(Predicate<CatalogSourceBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogSource> |
CatalogSourceListFluent.buildItems() |
List<CatalogSource> |
CatalogSourceListFluentImpl.buildItems() |
List<CatalogSource> |
CatalogSourceListFluent.getItems()
Deprecated.
|
List<CatalogSource> |
CatalogSourceListFluentImpl.getItems()
Deprecated.
|
List<CatalogSource> |
CatalogSourceList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
CatalogSourceListFluent.ItemsNested<A> |
CatalogSourceListFluent.addNewItemLike(CatalogSource item) |
CatalogSourceListFluent.ItemsNested<A> |
CatalogSourceListFluentImpl.addNewItemLike(CatalogSource item) |
A |
CatalogSourceListFluent.addToItems(CatalogSource... items) |
A |
CatalogSourceListFluentImpl.addToItems(CatalogSource... items) |
A |
CatalogSourceListFluent.addToItems(Integer index,
CatalogSource item) |
A |
CatalogSourceListFluentImpl.addToItems(Integer index,
CatalogSource item) |
A |
CatalogSourceListFluent.removeFromItems(CatalogSource... items) |
A |
CatalogSourceListFluentImpl.removeFromItems(CatalogSource... items) |
CatalogSourceListFluent.ItemsNested<A> |
CatalogSourceListFluent.setNewItemLike(Integer index,
CatalogSource item) |
CatalogSourceListFluent.ItemsNested<A> |
CatalogSourceListFluentImpl.setNewItemLike(Integer index,
CatalogSource item) |
A |
CatalogSourceListFluent.setToItems(Integer index,
CatalogSource item) |
A |
CatalogSourceListFluentImpl.setToItems(Integer index,
CatalogSource item) |
A |
CatalogSourceListFluent.withItems(CatalogSource... items) |
A |
CatalogSourceListFluentImpl.withItems(CatalogSource... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
CatalogSourceListFluent.addAllToItems(Collection<CatalogSource> items) |
A |
CatalogSourceListFluentImpl.addAllToItems(Collection<CatalogSource> items) |
A |
CatalogSourceListFluent.removeAllFromItems(Collection<CatalogSource> items) |
A |
CatalogSourceListFluentImpl.removeAllFromItems(Collection<CatalogSource> items) |
void |
CatalogSourceList.setItems(List<CatalogSource> items) |
A |
CatalogSourceListFluent.withItems(List<CatalogSource> items) |
A |
CatalogSourceListFluentImpl.withItems(List<CatalogSource> items) |
| Constructor and Description |
|---|
CatalogSourceBuilder(CatalogSource instance) |
CatalogSourceBuilder(CatalogSource instance,
Boolean validationEnabled) |
CatalogSourceBuilder(CatalogSourceFluent<?> fluent,
CatalogSource instance) |
CatalogSourceBuilder(CatalogSourceFluent<?> fluent,
CatalogSource instance,
Boolean validationEnabled) |
CatalogSourceFluentImpl(CatalogSource instance) |
| Constructor and Description |
|---|
CatalogSourceList(String apiVersion,
List<CatalogSource> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2020 Red Hat. All rights reserved.