| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.networking.v1 |
| Modifier and Type | Method and Description |
|---|---|
Ingress |
KubeSchema.getV1Ingress() |
| Modifier and Type | Method and Description |
|---|---|
void |
KubeSchema.setV1Ingress(Ingress v1Ingress) |
| 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,
io.fabric8.kubernetes.api.model.CreateOptions createOptions,
io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions,
io.fabric8.kubernetes.api.model.GetOptions getOptions,
io.fabric8.kubernetes.api.model.version.Info info,
Ingress ingress,
IngressClass ingressClass,
IngressClassList ingressClassList,
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,
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,
Ingress v1Ingress,
IngressClass v1IngressClass,
IngressClassList v1IngressClassList,
IngressList v1IngressList) |
| Modifier and Type | Method and Description |
|---|---|
Ingress |
IngressBuilder.build() |
Ingress |
IngressListFluent.buildFirstItem() |
Ingress |
IngressListFluentImpl.buildFirstItem() |
Ingress |
IngressListFluent.buildItem(int index) |
Ingress |
IngressListFluentImpl.buildItem(int index) |
Ingress |
IngressListFluent.buildLastItem() |
Ingress |
IngressListFluentImpl.buildLastItem() |
Ingress |
IngressListFluent.buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate) |
Ingress |
IngressListFluentImpl.buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<IngressBuilder> predicate) |
Ingress |
DoneableIngress.done() |
| Modifier and Type | Method and Description |
|---|---|
List<Ingress> |
IngressListFluent.buildItems() |
List<Ingress> |
IngressListFluentImpl.buildItems() |
List<Ingress> |
IngressListFluent.getItems()
Deprecated.
|
List<Ingress> |
IngressListFluentImpl.getItems()
Deprecated.
|
List<Ingress> |
IngressList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
IngressListFluent.ItemsNested<A> |
IngressListFluent.addNewItemLike(Ingress item) |
IngressListFluent.ItemsNested<A> |
IngressListFluentImpl.addNewItemLike(Ingress item) |
A |
IngressListFluent.addToItems(Ingress... items) |
A |
IngressListFluentImpl.addToItems(Ingress... items) |
A |
IngressListFluent.addToItems(int index,
Ingress item) |
A |
IngressListFluentImpl.addToItems(int index,
Ingress item) |
A |
IngressListFluent.removeFromItems(Ingress... items) |
A |
IngressListFluentImpl.removeFromItems(Ingress... items) |
IngressListFluent.ItemsNested<A> |
IngressListFluent.setNewItemLike(int index,
Ingress item) |
IngressListFluent.ItemsNested<A> |
IngressListFluentImpl.setNewItemLike(int index,
Ingress item) |
A |
IngressListFluent.setToItems(int index,
Ingress item) |
A |
IngressListFluentImpl.setToItems(int index,
Ingress item) |
A |
IngressListFluent.withItems(Ingress... items) |
A |
IngressListFluentImpl.withItems(Ingress... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
IngressListFluent.addAllToItems(Collection<Ingress> items) |
A |
IngressListFluentImpl.addAllToItems(Collection<Ingress> items) |
A |
IngressListFluent.removeAllFromItems(Collection<Ingress> items) |
A |
IngressListFluentImpl.removeAllFromItems(Collection<Ingress> items) |
void |
IngressList.setItems(List<Ingress> items) |
A |
IngressListFluent.withItems(List<Ingress> items) |
A |
IngressListFluentImpl.withItems(List<Ingress> items) |
| Constructor and Description |
|---|
DoneableIngress(Ingress item) |
DoneableIngress(Ingress item,
io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function) |
IngressBuilder(Ingress instance) |
IngressBuilder(Ingress instance,
Boolean validationEnabled) |
IngressBuilder(IngressFluent<?> fluent,
Ingress instance) |
IngressBuilder(IngressFluent<?> fluent,
Ingress instance,
Boolean validationEnabled) |
IngressFluentImpl(Ingress instance) |
| Constructor and Description |
|---|
DoneableIngress(io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function) |
DoneableIngress(io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function) |
DoneableIngress(Ingress item,
io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function) |
DoneableIngress(Ingress item,
io.fabric8.kubernetes.api.builder.Function<Ingress,Ingress> function) |
IngressList(String apiVersion,
List<Ingress> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2020 Red Hat. All rights reserved.