| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
IngressControllerStatus |
IngressControllerStatusBuilder.build() |
IngressControllerStatus |
IngressControllerFluent.buildStatus() |
IngressControllerStatus |
IngressControllerFluentImpl.buildStatus() |
IngressControllerStatus |
IngressControllerFluent.getStatus()
Deprecated.
|
IngressControllerStatus |
IngressControllerFluentImpl.getStatus()
Deprecated.
|
IngressControllerStatus |
IngressController.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
IngressControllerFluent.StatusNested<A> |
IngressControllerFluent.editOrNewStatusLike(IngressControllerStatus item) |
IngressControllerFluent.StatusNested<A> |
IngressControllerFluentImpl.editOrNewStatusLike(IngressControllerStatus item) |
void |
IngressController.setStatus(IngressControllerStatus status) |
IngressControllerFluent.StatusNested<A> |
IngressControllerFluent.withNewStatusLike(IngressControllerStatus item) |
IngressControllerFluent.StatusNested<A> |
IngressControllerFluentImpl.withNewStatusLike(IngressControllerStatus item) |
A |
IngressControllerFluent.withStatus(IngressControllerStatus status) |
A |
IngressControllerFluentImpl.withStatus(IngressControllerStatus status) |
| Constructor and Description |
|---|
IngressController(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
IngressControllerSpec spec,
IngressControllerStatus status) |
IngressControllerStatusBuilder(IngressControllerStatus instance) |
IngressControllerStatusBuilder(IngressControllerStatus instance,
Boolean validationEnabled) |
IngressControllerStatusBuilder(IngressControllerStatusFluent<?> fluent,
IngressControllerStatus instance) |
IngressControllerStatusBuilder(IngressControllerStatusFluent<?> fluent,
IngressControllerStatus instance,
Boolean validationEnabled) |
IngressControllerStatusFluentImpl(IngressControllerStatus instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.