Uses of Class
io.fabric8.openshift.api.model.config.v1.KubevirtPlatformSpec
-
Packages that use KubevirtPlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of KubevirtPlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return KubevirtPlatformSpec Modifier and Type Method Description KubevirtPlatformSpecKubevirtPlatformSpecBuilder. build()KubevirtPlatformSpecPlatformSpecFluent. buildKubevirt()KubevirtPlatformSpecPlatformSpec. getKubevirt()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 KubevirtPlatformSpec Modifier and Type Method Description protected voidKubevirtPlatformSpecFluent. copyInstance(KubevirtPlatformSpec instance)PlatformSpecFluent.KubevirtNested<A>PlatformSpecFluent. editOrNewKubevirtLike(KubevirtPlatformSpec item)voidPlatformSpec. setKubevirt(KubevirtPlatformSpec kubevirt)PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster.APlatformSpecFluent. withKubevirt(KubevirtPlatformSpec kubevirt)PlatformSpecFluent.KubevirtNested<A>PlatformSpecFluent. withNewKubevirtLike(KubevirtPlatformSpec item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type KubevirtPlatformSpec Constructor Description KubevirtPlatformSpecBuilder(KubevirtPlatformSpec instance)KubevirtPlatformSpecBuilder(KubevirtPlatformSpecFluent<?> fluent, KubevirtPlatformSpec instance)KubevirtPlatformSpecFluent(KubevirtPlatformSpec 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)
-