| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
Ingress |
ValidationSchema.getIngress() |
Ingress |
KubeSchema.getIngress() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setIngress(Ingress ingress) |
void |
KubeSchema.setIngress(Ingress ingress) |
| 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,
io.fabric8.kubernetes.api.model.CreateOptions createOptions,
DaemonSet daemonSet,
DaemonSetList daemonSetList,
io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions,
Deployment deployment,
DeploymentList deploymentList,
DeploymentRollback deploymentRollback,
io.fabric8.kubernetes.api.model.GetOptions getOptions,
io.fabric8.kubernetes.api.model.version.Info info,
Ingress ingress,
IngressList ingressList,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
NetworkPolicy networkPolicy,
NetworkPolicyList networkPolicyList,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.ObjectReference objectReference,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.PatchOptions patchOptions,
io.fabric8.kubernetes.api.model.Quantity quantity,
ReplicaSet replicaSet,
ReplicaSetList replicaSetList,
io.fabric8.kubernetes.api.model.RootPaths rootPaths,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta,
io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) |
ValidationSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.KubernetesList baseKubernetesList,
io.fabric8.kubernetes.api.model.CreateOptions createOptions,
DaemonSet daemonSet,
DaemonSetList daemonSetList,
io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions,
Deployment deployment,
DeploymentList deploymentList,
DeploymentRollback deploymentRollback,
io.fabric8.kubernetes.api.model.GetOptions getOptions,
io.fabric8.kubernetes.api.model.version.Info info,
Ingress ingress,
IngressList ingressList,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
NetworkPolicy networkPolicy,
NetworkPolicyList networkPolicyList,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.ObjectReference objectReference,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.PatchOptions patchOptions,
io.fabric8.kubernetes.api.model.Quantity quantity,
ReplicaSet replicaSet,
ReplicaSetList replicaSetList,
io.fabric8.kubernetes.api.model.RootPaths rootPaths,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta,
io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) |
| Modifier and Type | Method and Description |
|---|---|
Ingress |
IngressBuilder.build() |
Ingress |
IngressListFluent.buildFirstItem() |
Ingress |
IngressListFluent.buildItem(int index) |
Ingress |
IngressListFluent.buildLastItem() |
Ingress |
IngressListFluent.buildMatchingItem(Predicate<IngressBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Ingress> |
IngressListFluent.buildItems() |
List<Ingress> |
IngressList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
IngressListFluent.ItemsNested<A> |
IngressListFluent.addNewItemLike(Ingress item) |
A |
IngressListFluent.addToItems(Ingress... items) |
A |
IngressListFluent.addToItems(int index,
Ingress item) |
protected void |
IngressFluent.copyInstance(Ingress instance) |
A |
IngressListFluent.removeFromItems(Ingress... items) |
IngressListFluent.ItemsNested<A> |
IngressListFluent.setNewItemLike(int index,
Ingress item) |
A |
IngressListFluent.setToItems(int index,
Ingress item) |
A |
IngressListFluent.withItems(Ingress... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
IngressListFluent.addAllToItems(Collection<Ingress> items) |
A |
IngressListFluent.removeAllFromItems(Collection<Ingress> items) |
void |
IngressList.setItems(List<Ingress> items) |
A |
IngressListFluent.withItems(List<Ingress> items) |
| Constructor and Description |
|---|
IngressBuilder(Ingress instance) |
IngressBuilder(IngressFluent<?> fluent,
Ingress instance) |
IngressFluent(Ingress instance) |
| Constructor and Description |
|---|
IngressList(String apiVersion,
List<Ingress> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2025 Red Hat. All rights reserved.