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()
A withNewApiServerInternalURI(StringBuilder arg1)
A withNewApiServerInternalURI(StringBuffer arg1)
String getApiServerURL()
Boolean hasApiServerURL()
A withNewApiServerURL(StringBuilder arg1)
A withNewApiServerURL(StringBuffer arg1)
String getEtcdDiscoveryDomain()
Boolean hasEtcdDiscoveryDomain()
A withNewEtcdDiscoveryDomain(StringBuilder arg1)
A withNewEtcdDiscoveryDomain(StringBuffer arg1)
String getInfrastructureName()
Boolean hasInfrastructureName()
A withNewInfrastructureName(StringBuilder arg1)
A withNewInfrastructureName(StringBuffer arg1)
String getPlatform()
Boolean hasPlatform()
A withNewPlatform(StringBuilder arg1)
A withNewPlatform(StringBuffer arg1)
@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.