public interface PlatformSpecFluent<A extends PlatformSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlatformSpecFluent.AwsNested<N> |
static interface |
PlatformSpecFluent.AzureNested<N> |
static interface |
PlatformSpecFluent.BaremetalNested<N> |
static interface |
PlatformSpecFluent.GcpNested<N> |
static interface |
PlatformSpecFluent.IbmcloudNested<N> |
static interface |
PlatformSpecFluent.OpenstackNested<N> |
static interface |
PlatformSpecFluent.OvirtNested<N> |
static interface |
PlatformSpecFluent.VsphereNested<N> |
@Deprecated AWSPlatformSpec getAws()
AWSPlatformSpec buildAws()
A withAws(AWSPlatformSpec aws)
Boolean hasAws()
PlatformSpecFluent.AwsNested<A> withNewAws()
PlatformSpecFluent.AwsNested<A> withNewAwsLike(AWSPlatformSpec item)
PlatformSpecFluent.AwsNested<A> editAws()
PlatformSpecFluent.AwsNested<A> editOrNewAws()
PlatformSpecFluent.AwsNested<A> editOrNewAwsLike(AWSPlatformSpec item)
@Deprecated AzurePlatformSpec getAzure()
AzurePlatformSpec buildAzure()
A withAzure(AzurePlatformSpec azure)
Boolean hasAzure()
PlatformSpecFluent.AzureNested<A> withNewAzure()
PlatformSpecFluent.AzureNested<A> withNewAzureLike(AzurePlatformSpec item)
PlatformSpecFluent.AzureNested<A> editAzure()
PlatformSpecFluent.AzureNested<A> editOrNewAzure()
PlatformSpecFluent.AzureNested<A> editOrNewAzureLike(AzurePlatformSpec item)
@Deprecated BareMetalPlatformSpec getBaremetal()
BareMetalPlatformSpec buildBaremetal()
A withBaremetal(BareMetalPlatformSpec baremetal)
Boolean hasBaremetal()
PlatformSpecFluent.BaremetalNested<A> withNewBaremetal()
PlatformSpecFluent.BaremetalNested<A> withNewBaremetalLike(BareMetalPlatformSpec item)
PlatformSpecFluent.BaremetalNested<A> editBaremetal()
PlatformSpecFluent.BaremetalNested<A> editOrNewBaremetal()
PlatformSpecFluent.BaremetalNested<A> editOrNewBaremetalLike(BareMetalPlatformSpec item)
@Deprecated GCPPlatformSpec getGcp()
GCPPlatformSpec buildGcp()
A withGcp(GCPPlatformSpec gcp)
Boolean hasGcp()
PlatformSpecFluent.GcpNested<A> withNewGcp()
PlatformSpecFluent.GcpNested<A> withNewGcpLike(GCPPlatformSpec item)
PlatformSpecFluent.GcpNested<A> editGcp()
PlatformSpecFluent.GcpNested<A> editOrNewGcp()
PlatformSpecFluent.GcpNested<A> editOrNewGcpLike(GCPPlatformSpec item)
@Deprecated IBMCloudPlatformSpec getIbmcloud()
IBMCloudPlatformSpec buildIbmcloud()
A withIbmcloud(IBMCloudPlatformSpec ibmcloud)
Boolean hasIbmcloud()
PlatformSpecFluent.IbmcloudNested<A> withNewIbmcloud()
PlatformSpecFluent.IbmcloudNested<A> withNewIbmcloudLike(IBMCloudPlatformSpec item)
PlatformSpecFluent.IbmcloudNested<A> editIbmcloud()
PlatformSpecFluent.IbmcloudNested<A> editOrNewIbmcloud()
PlatformSpecFluent.IbmcloudNested<A> editOrNewIbmcloudLike(IBMCloudPlatformSpec item)
@Deprecated OpenStackPlatformSpec getOpenstack()
OpenStackPlatformSpec buildOpenstack()
A withOpenstack(OpenStackPlatformSpec openstack)
Boolean hasOpenstack()
PlatformSpecFluent.OpenstackNested<A> withNewOpenstack()
PlatformSpecFluent.OpenstackNested<A> withNewOpenstackLike(OpenStackPlatformSpec item)
PlatformSpecFluent.OpenstackNested<A> editOpenstack()
PlatformSpecFluent.OpenstackNested<A> editOrNewOpenstack()
PlatformSpecFluent.OpenstackNested<A> editOrNewOpenstackLike(OpenStackPlatformSpec item)
@Deprecated OvirtPlatformSpec getOvirt()
OvirtPlatformSpec buildOvirt()
A withOvirt(OvirtPlatformSpec ovirt)
Boolean hasOvirt()
PlatformSpecFluent.OvirtNested<A> withNewOvirt()
PlatformSpecFluent.OvirtNested<A> withNewOvirtLike(OvirtPlatformSpec item)
PlatformSpecFluent.OvirtNested<A> editOvirt()
PlatformSpecFluent.OvirtNested<A> editOrNewOvirt()
PlatformSpecFluent.OvirtNested<A> editOrNewOvirtLike(OvirtPlatformSpec item)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(StringBuffer arg1)
@Deprecated VSpherePlatformSpec getVsphere()
VSpherePlatformSpec buildVsphere()
A withVsphere(VSpherePlatformSpec vsphere)
Boolean hasVsphere()
PlatformSpecFluent.VsphereNested<A> withNewVsphere()
PlatformSpecFluent.VsphereNested<A> withNewVsphereLike(VSpherePlatformSpec item)
PlatformSpecFluent.VsphereNested<A> editVsphere()
PlatformSpecFluent.VsphereNested<A> editOrNewVsphere()
PlatformSpecFluent.VsphereNested<A> editOrNewVsphereLike(VSpherePlatformSpec item)
Copyright © 2015–2021 Red Hat. All rights reserved.