public interface PlatformStatusFluent<A extends PlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformStatusFluent.AwsNested<N> |
static interface |
PlatformStatusFluent.AzureNested<N> |
static interface |
PlatformStatusFluent.BaremetalNested<N> |
static interface |
PlatformStatusFluent.GcpNested<N> |
static interface |
PlatformStatusFluent.IbmcloudNested<N> |
static interface |
PlatformStatusFluent.OpenstackNested<N> |
static interface |
PlatformStatusFluent.OvirtNested<N> |
static interface |
PlatformStatusFluent.VsphereNested<N> |
@Deprecated AWSPlatformStatus getAws()
AWSPlatformStatus buildAws()
A withAws(AWSPlatformStatus aws)
Boolean hasAws()
PlatformStatusFluent.AwsNested<A> withNewAws()
PlatformStatusFluent.AwsNested<A> withNewAwsLike(AWSPlatformStatus item)
PlatformStatusFluent.AwsNested<A> editAws()
PlatformStatusFluent.AwsNested<A> editOrNewAws()
PlatformStatusFluent.AwsNested<A> editOrNewAwsLike(AWSPlatformStatus item)
@Deprecated AzurePlatformStatus getAzure()
AzurePlatformStatus buildAzure()
A withAzure(AzurePlatformStatus azure)
Boolean hasAzure()
A withNewAzure(String cloudName, String networkResourceGroupName, String resourceGroupName)
PlatformStatusFluent.AzureNested<A> withNewAzure()
PlatformStatusFluent.AzureNested<A> withNewAzureLike(AzurePlatformStatus item)
PlatformStatusFluent.AzureNested<A> editAzure()
PlatformStatusFluent.AzureNested<A> editOrNewAzure()
PlatformStatusFluent.AzureNested<A> editOrNewAzureLike(AzurePlatformStatus item)
@Deprecated BareMetalPlatformStatus getBaremetal()
BareMetalPlatformStatus buildBaremetal()
A withBaremetal(BareMetalPlatformStatus baremetal)
Boolean hasBaremetal()
PlatformStatusFluent.BaremetalNested<A> withNewBaremetal()
PlatformStatusFluent.BaremetalNested<A> withNewBaremetalLike(BareMetalPlatformStatus item)
PlatformStatusFluent.BaremetalNested<A> editBaremetal()
PlatformStatusFluent.BaremetalNested<A> editOrNewBaremetal()
PlatformStatusFluent.BaremetalNested<A> editOrNewBaremetalLike(BareMetalPlatformStatus item)
@Deprecated GCPPlatformStatus getGcp()
GCPPlatformStatus buildGcp()
A withGcp(GCPPlatformStatus gcp)
Boolean hasGcp()
PlatformStatusFluent.GcpNested<A> withNewGcp()
PlatformStatusFluent.GcpNested<A> withNewGcpLike(GCPPlatformStatus item)
PlatformStatusFluent.GcpNested<A> editGcp()
PlatformStatusFluent.GcpNested<A> editOrNewGcp()
PlatformStatusFluent.GcpNested<A> editOrNewGcpLike(GCPPlatformStatus item)
@Deprecated IBMCloudPlatformStatus getIbmcloud()
IBMCloudPlatformStatus buildIbmcloud()
A withIbmcloud(IBMCloudPlatformStatus ibmcloud)
Boolean hasIbmcloud()
PlatformStatusFluent.IbmcloudNested<A> withNewIbmcloud()
PlatformStatusFluent.IbmcloudNested<A> withNewIbmcloudLike(IBMCloudPlatformStatus item)
PlatformStatusFluent.IbmcloudNested<A> editIbmcloud()
PlatformStatusFluent.IbmcloudNested<A> editOrNewIbmcloud()
PlatformStatusFluent.IbmcloudNested<A> editOrNewIbmcloudLike(IBMCloudPlatformStatus item)
@Deprecated OpenStackPlatformStatus getOpenstack()
OpenStackPlatformStatus buildOpenstack()
A withOpenstack(OpenStackPlatformStatus openstack)
Boolean hasOpenstack()
A withNewOpenstack(String apiServerInternalIP, String cloudName, String ingressIP, String nodeDNSIP)
PlatformStatusFluent.OpenstackNested<A> withNewOpenstack()
PlatformStatusFluent.OpenstackNested<A> withNewOpenstackLike(OpenStackPlatformStatus item)
PlatformStatusFluent.OpenstackNested<A> editOpenstack()
PlatformStatusFluent.OpenstackNested<A> editOrNewOpenstack()
PlatformStatusFluent.OpenstackNested<A> editOrNewOpenstackLike(OpenStackPlatformStatus item)
@Deprecated OvirtPlatformStatus getOvirt()
OvirtPlatformStatus buildOvirt()
A withOvirt(OvirtPlatformStatus ovirt)
Boolean hasOvirt()
PlatformStatusFluent.OvirtNested<A> withNewOvirt()
PlatformStatusFluent.OvirtNested<A> withNewOvirtLike(OvirtPlatformStatus item)
PlatformStatusFluent.OvirtNested<A> editOvirt()
PlatformStatusFluent.OvirtNested<A> editOrNewOvirt()
PlatformStatusFluent.OvirtNested<A> editOrNewOvirtLike(OvirtPlatformStatus item)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(int[] arg1, int arg2, int arg3)
A withNewType(char[] arg1)
A withNewType(StringBuffer arg1)
A withNewType(byte[] arg1, int arg2)
A withNewType(byte[] arg1)
A withNewType(char[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated VSpherePlatformStatus getVsphere()
VSpherePlatformStatus buildVsphere()
A withVsphere(VSpherePlatformStatus vsphere)
Boolean hasVsphere()
PlatformStatusFluent.VsphereNested<A> withNewVsphere()
PlatformStatusFluent.VsphereNested<A> withNewVsphereLike(VSpherePlatformStatus item)
PlatformStatusFluent.VsphereNested<A> editVsphere()
PlatformStatusFluent.VsphereNested<A> editOrNewVsphere()
PlatformStatusFluent.VsphereNested<A> editOrNewVsphereLike(VSpherePlatformStatus item)
Copyright © 2015–2022 Red Hat. All rights reserved.