| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
PlatformStatus |
PlatformStatusBuilder.build() |
PlatformStatus |
InfrastructureStatusFluentImpl.buildPlatformStatus() |
PlatformStatus |
InfrastructureStatusFluent.buildPlatformStatus() |
PlatformStatus |
InfrastructureStatusFluentImpl.getPlatformStatus()
Deprecated.
|
PlatformStatus |
InfrastructureStatusFluent.getPlatformStatus()
Deprecated.
|
PlatformStatus |
InfrastructureStatus.getPlatformStatus() |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureStatusFluent.PlatformStatusNested<A> |
InfrastructureStatusFluentImpl.editOrNewPlatformStatusLike(PlatformStatus item) |
InfrastructureStatusFluent.PlatformStatusNested<A> |
InfrastructureStatusFluent.editOrNewPlatformStatusLike(PlatformStatus item) |
void |
InfrastructureStatus.setPlatformStatus(PlatformStatus platformStatus) |
InfrastructureStatusFluent.PlatformStatusNested<A> |
InfrastructureStatusFluentImpl.withNewPlatformStatusLike(PlatformStatus item) |
InfrastructureStatusFluent.PlatformStatusNested<A> |
InfrastructureStatusFluent.withNewPlatformStatusLike(PlatformStatus item) |
A |
InfrastructureStatusFluentImpl.withPlatformStatus(PlatformStatus platformStatus) |
A |
InfrastructureStatusFluent.withPlatformStatus(PlatformStatus platformStatus) |
| Constructor and Description |
|---|
InfrastructureStatus(String apiServerInternalURI,
String apiServerURL,
String etcdDiscoveryDomain,
String infrastructureName,
String platform,
PlatformStatus platformStatus) |
PlatformStatusBuilder(PlatformStatus instance) |
PlatformStatusBuilder(PlatformStatus instance,
Boolean validationEnabled) |
PlatformStatusBuilder(PlatformStatusFluent<?> fluent,
PlatformStatus instance) |
PlatformStatusBuilder(PlatformStatusFluent<?> fluent,
PlatformStatus instance,
Boolean validationEnabled) |
PlatformStatusFluentImpl(PlatformStatus instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.