Uses of Class
io.fabric8.openshift.api.model.config.v1.GCPPlatformSpec
-
Packages that use GCPPlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of GCPPlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return GCPPlatformSpec Modifier and Type Method Description GCPPlatformSpecGCPPlatformSpecBuilder. build()GCPPlatformSpecPlatformSpecFluent. buildGcp()GCPPlatformSpecPlatformSpec. getGcp()PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPPlatformSpec Modifier and Type Method Description protected voidGCPPlatformSpecFluent. copyInstance(GCPPlatformSpec instance)PlatformSpecFluent.GcpNested<A>PlatformSpecFluent. editOrNewGcpLike(GCPPlatformSpec item)voidPlatformSpec. setGcp(GCPPlatformSpec gcp)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.APlatformSpecFluent. withGcp(GCPPlatformSpec gcp)PlatformSpecFluent.GcpNested<A>PlatformSpecFluent. withNewGcpLike(GCPPlatformSpec item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPPlatformSpec Constructor Description GCPPlatformSpecBuilder(GCPPlatformSpec instance)GCPPlatformSpecBuilder(GCPPlatformSpecFluent<?> fluent, GCPPlatformSpec instance)GCPPlatformSpecFluent(GCPPlatformSpec instance)PlatformSpec(AlibabaCloudPlatformSpec alibabaCloud, AWSPlatformSpec aws, AzurePlatformSpec azure, BareMetalPlatformSpec baremetal, EquinixMetalPlatformSpec equinixMetal, ExternalPlatformSpec external, GCPPlatformSpec gcp, IBMCloudPlatformSpec ibmcloud, KubevirtPlatformSpec kubevirt, NutanixPlatformSpec nutanix, OpenStackPlatformSpec openstack, OvirtPlatformSpec ovirt, PowerVSPlatformSpec powervs, String type, VSpherePlatformSpec vsphere)
-