Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1IngressStatus |
V1beta1IngressStatusBuilder.build() |
V1beta1IngressStatus |
V1beta1IngressFluent.buildStatus() |
V1beta1IngressStatus |
V1beta1IngressFluentImpl.buildStatus() |
V1beta1IngressStatus |
V1beta1IngressFluent.getStatus()
Deprecated.
|
V1beta1IngressStatus |
V1beta1IngressFluentImpl.getStatus()
Deprecated.
|
V1beta1IngressStatus |
V1beta1Ingress.getStatus()
Status is the current state of the Ingress.
|
V1beta1IngressStatus |
V1beta1IngressStatus.loadBalancer(V1LoadBalancerStatus loadBalancer) |
Modifier and Type | Method and Description |
---|---|
V1beta1IngressFluent.StatusNested<A> |
V1beta1IngressFluent.editOrNewStatusLike(V1beta1IngressStatus item) |
V1beta1IngressFluent.StatusNested<A> |
V1beta1IngressFluentImpl.editOrNewStatusLike(V1beta1IngressStatus item) |
void |
V1beta1Ingress.setStatus(V1beta1IngressStatus status) |
V1beta1Ingress |
V1beta1Ingress.status(V1beta1IngressStatus status) |
V1beta1IngressFluent.StatusNested<A> |
V1beta1IngressFluent.withNewStatusLike(V1beta1IngressStatus item) |
V1beta1IngressFluent.StatusNested<A> |
V1beta1IngressFluentImpl.withNewStatusLike(V1beta1IngressStatus item) |
A |
V1beta1IngressFluent.withStatus(V1beta1IngressStatus status) |
A |
V1beta1IngressFluentImpl.withStatus(V1beta1IngressStatus status) |
Constructor and Description |
---|
V1beta1IngressStatusBuilder(V1beta1IngressStatus instance) |
V1beta1IngressStatusBuilder(V1beta1IngressStatus instance,
Boolean validationEnabled) |
V1beta1IngressStatusBuilder(V1beta1IngressStatusFluent<?> fluent,
V1beta1IngressStatus instance) |
V1beta1IngressStatusBuilder(V1beta1IngressStatusFluent<?> fluent,
V1beta1IngressStatus instance,
Boolean validationEnabled) |
V1beta1IngressStatusFluentImpl(V1beta1IngressStatus instance) |
Copyright © 2018. All rights reserved.