| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableIngressSpec |
| Modifier and Type | Method and Description |
|---|---|
IngressSpec |
DoneableIngressSpec.done() |
IngressSpec |
IngressFluent.getSpec() |
IngressSpec |
IngressFluentImpl.getSpec() |
IngressSpec |
Ingress.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ingress.setSpec(IngressSpec spec) |
IngressFluent.SpecNested<T> |
IngressFluent.withNewSpecLike(IngressSpec item) |
IngressFluent.SpecNested<T> |
IngressFluentImpl.withNewSpecLike(IngressSpec item) |
T |
IngressFluent.withSpec(IngressSpec spec) |
T |
IngressFluentImpl.withSpec(IngressSpec spec) |
| Constructor and Description |
|---|
DoneableIngressSpec(IngressSpec item,
Visitor<IngressSpec> visitor) |
EditableIngress(Ingress.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
IngressSpec spec,
IngressStatus status) |
Ingress(Ingress.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
IngressSpec spec,
IngressStatus status) |
IngressSpecBuilder(IngressSpec instance) |
IngressSpecBuilder(IngressSpecFluent<?> fluent,
IngressSpec instance) |
IngressSpecFluentImpl(IngressSpec instance) |
| Constructor and Description |
|---|
DoneableIngressSpec(IngressSpec item,
Visitor<IngressSpec> visitor) |
DoneableIngressSpec(Visitor<IngressSpec> visitor) |
Copyright © 2011–2016 Red Hat. All rights reserved.