Uses of Class
io.fabric8.openshift.api.model.config.v1.ExternalPlatformStatus
-
Packages that use ExternalPlatformStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ExternalPlatformStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ExternalPlatformStatus Modifier and Type Method Description ExternalPlatformStatusExternalPlatformStatusBuilder. build()ExternalPlatformStatusPlatformStatusFluent. buildExternal()ExternalPlatformStatusPlatformStatus. getExternal()PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ExternalPlatformStatus Modifier and Type Method Description protected voidExternalPlatformStatusFluent. copyInstance(ExternalPlatformStatus instance)PlatformStatusFluent.ExternalNested<A>PlatformStatusFluent. editOrNewExternalLike(ExternalPlatformStatus item)voidPlatformStatus. setExternal(ExternalPlatformStatus external)PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster.APlatformStatusFluent. withExternal(ExternalPlatformStatus external)PlatformStatusFluent.ExternalNested<A>PlatformStatusFluent. withNewExternalLike(ExternalPlatformStatus item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ExternalPlatformStatus Constructor Description ExternalPlatformStatusBuilder(ExternalPlatformStatus instance)ExternalPlatformStatusBuilder(ExternalPlatformStatusFluent<?> fluent, ExternalPlatformStatus instance)ExternalPlatformStatusFluent(ExternalPlatformStatus instance)PlatformStatus(AlibabaCloudPlatformStatus alibabaCloud, AWSPlatformStatus aws, AzurePlatformStatus azure, BareMetalPlatformStatus baremetal, EquinixMetalPlatformStatus equinixMetal, ExternalPlatformStatus external, GCPPlatformStatus gcp, IBMCloudPlatformStatus ibmcloud, KubevirtPlatformStatus kubevirt, NutanixPlatformStatus nutanix, OpenStackPlatformStatus openstack, OvirtPlatformStatus ovirt, PowerVSPlatformStatus powervs, String type, VSpherePlatformStatus vsphere)
-