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()
@Deprecated A withNewApiServerInternalURI(String arg0)
String getApiServerURL()
Boolean hasApiServerURL()
@Deprecated A withNewApiServerURL(String arg0)
String getEtcdDiscoveryDomain()
Boolean hasEtcdDiscoveryDomain()
@Deprecated A withNewEtcdDiscoveryDomain(String arg0)
String getInfrastructureName()
Boolean hasInfrastructureName()
@Deprecated A withNewInfrastructureName(String arg0)
String getPlatform()
Boolean hasPlatform()
@Deprecated A withNewPlatform(String arg0)
@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)
Copyright © 2015–2021 Red Hat. All rights reserved.