public interface InfrastructureStatusFluent<A extends InfrastructureStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InfrastructureStatusFluent.PlatformStatusNested<N> |
String getApiServerInternalURI()
Boolean hasApiServerInternalURI()
String getApiServerURL()
Boolean hasApiServerURL()
String getControlPlaneTopology()
Boolean hasControlPlaneTopology()
String getEtcdDiscoveryDomain()
Boolean hasEtcdDiscoveryDomain()
String getInfrastructureName()
Boolean hasInfrastructureName()
String getInfrastructureTopology()
Boolean hasInfrastructureTopology()
String getPlatform()
Boolean hasPlatform()
@Deprecated PlatformStatus getPlatformStatus()
PlatformStatus buildPlatformStatus()
A withPlatformStatus(PlatformStatus platformStatus)
Boolean hasPlatformStatus()
InfrastructureStatusFluent.PlatformStatusNested<A> withNewPlatformStatus()
InfrastructureStatusFluent.PlatformStatusNested<A> withNewPlatformStatusLike(PlatformStatus item)
InfrastructureStatusFluent.PlatformStatusNested<A> editPlatformStatus()
InfrastructureStatusFluent.PlatformStatusNested<A> editOrNewPlatformStatus()
InfrastructureStatusFluent.PlatformStatusNested<A> editOrNewPlatformStatusLike(PlatformStatus item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.