| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureStatus |
InfrastructureStatusBuilder.build() |
InfrastructureStatus |
InfrastructureFluentImpl.buildStatus() |
InfrastructureStatus |
InfrastructureFluent.buildStatus() |
InfrastructureStatus |
InfrastructureFluentImpl.getStatus()
Deprecated.
|
InfrastructureStatus |
InfrastructureFluent.getStatus()
Deprecated.
|
InfrastructureStatus |
Infrastructure.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureFluent.StatusNested<A> |
InfrastructureFluentImpl.editOrNewStatusLike(InfrastructureStatus item) |
InfrastructureFluent.StatusNested<A> |
InfrastructureFluent.editOrNewStatusLike(InfrastructureStatus item) |
void |
Infrastructure.setStatus(InfrastructureStatus status) |
InfrastructureFluent.StatusNested<A> |
InfrastructureFluentImpl.withNewStatusLike(InfrastructureStatus item) |
InfrastructureFluent.StatusNested<A> |
InfrastructureFluent.withNewStatusLike(InfrastructureStatus item) |
A |
InfrastructureFluentImpl.withStatus(InfrastructureStatus status) |
A |
InfrastructureFluent.withStatus(InfrastructureStatus status) |
| Constructor and Description |
|---|
Infrastructure(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
InfrastructureSpec spec,
InfrastructureStatus status) |
InfrastructureStatusBuilder(InfrastructureStatus instance) |
InfrastructureStatusBuilder(InfrastructureStatus instance,
Boolean validationEnabled) |
InfrastructureStatusBuilder(InfrastructureStatusFluent<?> fluent,
InfrastructureStatus instance) |
InfrastructureStatusBuilder(InfrastructureStatusFluent<?> fluent,
InfrastructureStatus instance,
Boolean validationEnabled) |
InfrastructureStatusFluentImpl(InfrastructureStatus instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.