| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model.operatorhub.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InstallPlan |
ValidationSchema.getInstallPlan() |
InstallPlan |
KubeSchema.getInstallPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setInstallPlan(InstallPlan installPlan) |
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.KubernetesList 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,
OLMConfig oLMConfig,
OLMConfigList oLMConfigList,
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) |
ValidationSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.KubernetesList 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,
OLMConfig oLMConfig,
OLMConfigList oLMConfigList,
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 |
|---|---|
InstallPlan |
InstallPlanBuilder.build() |
InstallPlan |
InstallPlanListFluent.buildFirstItem() |
InstallPlan |
InstallPlanListFluent.buildItem(int index) |
InstallPlan |
InstallPlanListFluent.buildLastItem() |
InstallPlan |
InstallPlanListFluent.buildMatchingItem(Predicate<InstallPlanBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<InstallPlan> |
InstallPlanListFluent.buildItems() |
List<InstallPlan> |
InstallPlanList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
InstallPlanListFluent.ItemsNested<A> |
InstallPlanListFluent.addNewItemLike(InstallPlan item) |
A |
InstallPlanListFluent.addToItems(InstallPlan... items) |
A |
InstallPlanListFluent.addToItems(int index,
InstallPlan item) |
protected void |
InstallPlanFluent.copyInstance(InstallPlan instance) |
A |
InstallPlanListFluent.removeFromItems(InstallPlan... items) |
InstallPlanListFluent.ItemsNested<A> |
InstallPlanListFluent.setNewItemLike(int index,
InstallPlan item) |
A |
InstallPlanListFluent.setToItems(int index,
InstallPlan item) |
A |
InstallPlanListFluent.withItems(InstallPlan... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallPlanListFluent.addAllToItems(Collection<InstallPlan> items) |
A |
InstallPlanListFluent.removeAllFromItems(Collection<InstallPlan> items) |
void |
InstallPlanList.setItems(List<InstallPlan> items) |
A |
InstallPlanListFluent.withItems(List<InstallPlan> items) |
| Constructor and Description |
|---|
InstallPlanBuilder(InstallPlan instance) |
InstallPlanBuilder(InstallPlanFluent<?> fluent,
InstallPlan instance) |
InstallPlanFluent(InstallPlan instance) |
| Constructor and Description |
|---|
InstallPlanList(String apiVersion,
List<InstallPlan> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2024 Red Hat. All rights reserved.