| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Method and Description |
|---|---|
IngressSpec |
IngressSpecBuilder.build() |
IngressSpec |
IngressFluent.buildSpec() |
IngressSpec |
Ingress.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IngressSpecFluent.copyInstance(IngressSpec instance) |
IngressFluent.SpecNested<A> |
IngressFluent.editOrNewSpecLike(IngressSpec item) |
void |
Ingress.setSpec(IngressSpec spec) |
IngressFluent.SpecNested<A> |
IngressFluent.withNewSpecLike(IngressSpec item) |
A |
IngressFluent.withSpec(IngressSpec spec) |
| Constructor and Description |
|---|
Ingress(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
IngressSpec spec,
IngressStatus status) |
IngressSpecBuilder(IngressSpec instance) |
IngressSpecBuilder(IngressSpecFluent<?> fluent,
IngressSpec instance) |
IngressSpecFluent(IngressSpec instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.