| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InstallPlan |
KubeSchema.getInstallPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setInstallPlan(InstallPlan installPlan) |
| 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,
OperatorGroup operatorGroup,
OperatorGroupList operatorGroupList,
PackageManifest packageManifest,
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 |
|---|---|
InstallPlan |
InstallPlanBuilder.build() |
InstallPlan |
InstallPlanListFluentImpl.buildFirstItem() |
InstallPlan |
InstallPlanListFluent.buildFirstItem() |
InstallPlan |
InstallPlanListFluentImpl.buildItem(int index) |
InstallPlan |
InstallPlanListFluent.buildItem(int index) |
InstallPlan |
InstallPlanListFluentImpl.buildLastItem() |
InstallPlan |
InstallPlanListFluent.buildLastItem() |
InstallPlan |
InstallPlanListFluentImpl.buildMatchingItem(Predicate<InstallPlanBuilder> predicate) |
InstallPlan |
InstallPlanListFluent.buildMatchingItem(Predicate<InstallPlanBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<InstallPlan> |
InstallPlanListFluentImpl.buildItems() |
List<InstallPlan> |
InstallPlanListFluent.buildItems() |
List<InstallPlan> |
InstallPlanListFluentImpl.getItems()
Deprecated.
|
List<InstallPlan> |
InstallPlanListFluent.getItems()
Deprecated.
|
List<InstallPlan> |
InstallPlanList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
InstallPlanListFluent.ItemsNested<A> |
InstallPlanListFluentImpl.addNewItemLike(InstallPlan item) |
InstallPlanListFluent.ItemsNested<A> |
InstallPlanListFluent.addNewItemLike(InstallPlan item) |
A |
InstallPlanListFluentImpl.addToItems(InstallPlan... items) |
A |
InstallPlanListFluent.addToItems(InstallPlan... items) |
A |
InstallPlanListFluentImpl.addToItems(int index,
InstallPlan item) |
A |
InstallPlanListFluent.addToItems(int index,
InstallPlan item) |
A |
InstallPlanListFluentImpl.removeFromItems(InstallPlan... items) |
A |
InstallPlanListFluent.removeFromItems(InstallPlan... items) |
InstallPlanListFluent.ItemsNested<A> |
InstallPlanListFluentImpl.setNewItemLike(int index,
InstallPlan item) |
InstallPlanListFluent.ItemsNested<A> |
InstallPlanListFluent.setNewItemLike(int index,
InstallPlan item) |
A |
InstallPlanListFluentImpl.setToItems(int index,
InstallPlan item) |
A |
InstallPlanListFluent.setToItems(int index,
InstallPlan item) |
A |
InstallPlanListFluentImpl.withItems(InstallPlan... items) |
A |
InstallPlanListFluent.withItems(InstallPlan... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallPlanListFluentImpl.addAllToItems(Collection<InstallPlan> items) |
A |
InstallPlanListFluent.addAllToItems(Collection<InstallPlan> items) |
A |
InstallPlanListFluentImpl.removeAllFromItems(Collection<InstallPlan> items) |
A |
InstallPlanListFluent.removeAllFromItems(Collection<InstallPlan> items) |
void |
InstallPlanList.setItems(List<InstallPlan> items) |
A |
InstallPlanListFluentImpl.withItems(List<InstallPlan> items) |
A |
InstallPlanListFluent.withItems(List<InstallPlan> items) |
| Constructor and Description |
|---|
InstallPlanBuilder(InstallPlan instance) |
InstallPlanBuilder(InstallPlan instance,
Boolean validationEnabled) |
InstallPlanBuilder(InstallPlanFluent<?> fluent,
InstallPlan instance) |
InstallPlanBuilder(InstallPlanFluent<?> fluent,
InstallPlan instance,
Boolean validationEnabled) |
InstallPlanFluentImpl(InstallPlan instance) |
| Constructor and Description |
|---|
InstallPlanList(String apiVersion,
List<InstallPlan> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2022 Red Hat. All rights reserved.