| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableIngressStatus |
| Modifier and Type | Method and Description |
|---|---|
IngressStatus |
DoneableIngressStatus.done() |
IngressStatus |
IngressFluent.getStatus() |
IngressStatus |
IngressFluentImpl.getStatus() |
IngressStatus |
Ingress.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ingress.setStatus(IngressStatus status) |
IngressFluent.StatusNested<T> |
IngressFluent.withNewStatusLike(IngressStatus item) |
IngressFluent.StatusNested<T> |
IngressFluentImpl.withNewStatusLike(IngressStatus item) |
T |
IngressFluent.withStatus(IngressStatus status) |
T |
IngressFluentImpl.withStatus(IngressStatus status) |
| Constructor and Description |
|---|
DoneableIngressStatus(IngressStatus item,
Visitor<IngressStatus> 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) |
IngressStatusBuilder(IngressStatus instance) |
IngressStatusBuilder(IngressStatusFluent<?> fluent,
IngressStatus instance) |
IngressStatusFluentImpl(IngressStatus instance) |
| Constructor and Description |
|---|
DoneableIngressStatus(IngressStatus item,
Visitor<IngressStatus> visitor) |
DoneableIngressStatus(Visitor<IngressStatus> visitor) |
Copyright © 2011–2016 Red Hat. All rights reserved.