| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ProxyStatus |
ProxyStatusBuilder.build() |
ProxyStatus |
ProxyFluent.buildStatus() |
ProxyStatus |
ProxyFluentImpl.buildStatus() |
ProxyStatus |
ProxyFluent.getStatus()
Deprecated.
|
ProxyStatus |
ProxyFluentImpl.getStatus()
Deprecated.
|
ProxyStatus |
Proxy.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ProxyFluent.StatusNested<A> |
ProxyFluent.editOrNewStatusLike(ProxyStatus item) |
ProxyFluent.StatusNested<A> |
ProxyFluentImpl.editOrNewStatusLike(ProxyStatus item) |
void |
Proxy.setStatus(ProxyStatus status) |
ProxyFluent.StatusNested<A> |
ProxyFluent.withNewStatusLike(ProxyStatus item) |
ProxyFluent.StatusNested<A> |
ProxyFluentImpl.withNewStatusLike(ProxyStatus item) |
A |
ProxyFluent.withStatus(ProxyStatus status) |
A |
ProxyFluentImpl.withStatus(ProxyStatus status) |
| Constructor and Description |
|---|
Proxy(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ProxySpec spec,
ProxyStatus status) |
ProxyStatusBuilder(ProxyStatus instance) |
ProxyStatusBuilder(ProxyStatus instance,
Boolean validationEnabled) |
ProxyStatusBuilder(ProxyStatusFluent<?> fluent,
ProxyStatus instance) |
ProxyStatusBuilder(ProxyStatusFluent<?> fluent,
ProxyStatus instance,
Boolean validationEnabled) |
ProxyStatusFluentImpl(ProxyStatus instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.