Uses of Class
io.fabric8.openshift.api.model.config.v1.IBMCloudPlatformSpec
-
Packages that use IBMCloudPlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of IBMCloudPlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return IBMCloudPlatformSpec Modifier and Type Method Description IBMCloudPlatformSpecIBMCloudPlatformSpecBuilder. build()IBMCloudPlatformSpecPlatformSpecFluent. buildIbmcloud()IBMCloudPlatformSpecPlatformSpec. getIbmcloud()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 IBMCloudPlatformSpec Modifier and Type Method Description protected voidIBMCloudPlatformSpecFluent. copyInstance(IBMCloudPlatformSpec instance)PlatformSpecFluent.IbmcloudNested<A>PlatformSpecFluent. editOrNewIbmcloudLike(IBMCloudPlatformSpec item)voidPlatformSpec. setIbmcloud(IBMCloudPlatformSpec ibmcloud)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.APlatformSpecFluent. withIbmcloud(IBMCloudPlatformSpec ibmcloud)PlatformSpecFluent.IbmcloudNested<A>PlatformSpecFluent. withNewIbmcloudLike(IBMCloudPlatformSpec item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type IBMCloudPlatformSpec Constructor Description IBMCloudPlatformSpecBuilder(IBMCloudPlatformSpec instance)IBMCloudPlatformSpecBuilder(IBMCloudPlatformSpecFluent<?> fluent, IBMCloudPlatformSpec instance)IBMCloudPlatformSpecFluent(IBMCloudPlatformSpec 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)
-