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(int[] arg1, int arg2, int arg3)
A withNewApiServerInternalURI(char[] arg1)
A withNewApiServerInternalURI(StringBuffer arg1)
A withNewApiServerInternalURI(byte[] arg1, int arg2)
A withNewApiServerInternalURI(byte[] arg1)
A withNewApiServerInternalURI(char[] arg1, int arg2, int arg3)
A withNewApiServerInternalURI(byte[] arg1, int arg2, int arg3)
A withNewApiServerInternalURI(byte[] arg1, int arg2, int arg3, int arg4)
String getApiServerURL()
Boolean hasApiServerURL()
A withNewApiServerURL(StringBuilder arg1)
A withNewApiServerURL(int[] arg1, int arg2, int arg3)
A withNewApiServerURL(char[] arg1)
A withNewApiServerURL(StringBuffer arg1)
A withNewApiServerURL(byte[] arg1, int arg2)
A withNewApiServerURL(byte[] arg1)
A withNewApiServerURL(char[] arg1, int arg2, int arg3)
A withNewApiServerURL(byte[] arg1, int arg2, int arg3)
A withNewApiServerURL(byte[] arg1, int arg2, int arg3, int arg4)
String getEtcdDiscoveryDomain()
Boolean hasEtcdDiscoveryDomain()
A withNewEtcdDiscoveryDomain(StringBuilder arg1)
A withNewEtcdDiscoveryDomain(int[] arg1, int arg2, int arg3)
A withNewEtcdDiscoveryDomain(char[] arg1)
A withNewEtcdDiscoveryDomain(StringBuffer arg1)
A withNewEtcdDiscoveryDomain(byte[] arg1, int arg2)
A withNewEtcdDiscoveryDomain(byte[] arg1)
A withNewEtcdDiscoveryDomain(char[] arg1, int arg2, int arg3)
A withNewEtcdDiscoveryDomain(byte[] arg1, int arg2, int arg3)
A withNewEtcdDiscoveryDomain(byte[] arg1, int arg2, int arg3, int arg4)
String getInfrastructureName()
Boolean hasInfrastructureName()
A withNewInfrastructureName(StringBuilder arg1)
A withNewInfrastructureName(int[] arg1, int arg2, int arg3)
A withNewInfrastructureName(char[] arg1)
A withNewInfrastructureName(StringBuffer arg1)
A withNewInfrastructureName(byte[] arg1, int arg2)
A withNewInfrastructureName(byte[] arg1)
A withNewInfrastructureName(char[] arg1, int arg2, int arg3)
A withNewInfrastructureName(byte[] arg1, int arg2, int arg3)
A withNewInfrastructureName(byte[] arg1, int arg2, int arg3, int arg4)
String getPlatform()
Boolean hasPlatform()
A withNewPlatform(StringBuilder arg1)
A withNewPlatform(int[] arg1, int arg2, int arg3)
A withNewPlatform(char[] arg1)
A withNewPlatform(StringBuffer arg1)
A withNewPlatform(byte[] arg1, int arg2)
A withNewPlatform(byte[] arg1)
A withNewPlatform(char[] arg1, int arg2, int arg3)
A withNewPlatform(byte[] arg1, int arg2, int arg3)
A withNewPlatform(byte[] arg1, int arg2, int arg3, int arg4)
@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–2022 Red Hat. All rights reserved.