Uses of Class
io.fabric8.openshift.api.model.config.v1.ExternalPlatformSpec
-
Packages that use ExternalPlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ExternalPlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ExternalPlatformSpec Modifier and Type Method Description ExternalPlatformSpecExternalPlatformSpecBuilder. build()ExternalPlatformSpecPlatformSpecFluent. buildExternal()ExternalPlatformSpecPlatformSpec. getExternal()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 ExternalPlatformSpec Modifier and Type Method Description protected voidExternalPlatformSpecFluent. copyInstance(ExternalPlatformSpec instance)PlatformSpecFluent.ExternalNested<A>PlatformSpecFluent. editOrNewExternalLike(ExternalPlatformSpec item)voidPlatformSpec. setExternal(ExternalPlatformSpec external)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.APlatformSpecFluent. withExternal(ExternalPlatformSpec external)PlatformSpecFluent.ExternalNested<A>PlatformSpecFluent. withNewExternalLike(ExternalPlatformSpec item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ExternalPlatformSpec Constructor Description ExternalPlatformSpecBuilder(ExternalPlatformSpec instance)ExternalPlatformSpecBuilder(ExternalPlatformSpecFluent<?> fluent, ExternalPlatformSpec instance)ExternalPlatformSpecFluent(ExternalPlatformSpec 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)
-