Uses of Class
io.fabric8.openshift.api.model.installer.baremetal.v1.Metadata
-
Packages that use Metadata Package Description io.fabric8.openshift.api.model.installer.baremetal.v1 io.fabric8.openshift.api.model.installer.v1 -
-
Uses of Metadata in io.fabric8.openshift.api.model.installer.baremetal.v1
Methods in io.fabric8.openshift.api.model.installer.baremetal.v1 that return Metadata Modifier and Type Method Description MetadataMetadataBuilder. build()Methods in io.fabric8.openshift.api.model.installer.baremetal.v1 with parameters of type Metadata Modifier and Type Method Description protected voidMetadataFluent. copyInstance(Metadata instance)Constructors in io.fabric8.openshift.api.model.installer.baremetal.v1 with parameters of type Metadata Constructor Description MetadataBuilder(Metadata instance)MetadataBuilder(MetadataFluent<?> fluent, Metadata instance)MetadataFluent(Metadata instance) -
Uses of Metadata in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return Metadata Modifier and Type Method Description MetadataClusterMetadataFluent. buildBaremetal()MetadataClusterPlatformMetadataFluent. buildBaremetal()MetadataClusterMetadata. getBaremetal()ClusterMetadata contains information regarding the cluster that was created by installer.MetadataClusterPlatformMetadata. getBaremetal()ClusterPlatformMetadata contains metadata for platfrom.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type Metadata Modifier and Type Method Description ClusterMetadataFluent.BaremetalNested<A>ClusterMetadataFluent. editOrNewBaremetalLike(Metadata item)ClusterPlatformMetadataFluent.BaremetalNested<A>ClusterPlatformMetadataFluent. editOrNewBaremetalLike(Metadata item)voidClusterMetadata. setBaremetal(Metadata baremetal)ClusterMetadata contains information regarding the cluster that was created by installer.voidClusterPlatformMetadata. setBaremetal(Metadata baremetal)ClusterPlatformMetadata contains metadata for platfrom.AClusterMetadataFluent. withBaremetal(Metadata baremetal)AClusterPlatformMetadataFluent. withBaremetal(Metadata baremetal)ClusterMetadataFluent.BaremetalNested<A>ClusterMetadataFluent. withNewBaremetalLike(Metadata item)ClusterPlatformMetadataFluent.BaremetalNested<A>ClusterPlatformMetadataFluent. withNewBaremetalLike(Metadata item)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type Metadata Constructor Description ClusterMetadata(Metadata aws, Object azure, Metadata baremetal, String clusterID, String clusterName, io.fabric8.openshift.api.model.config.v1.CustomFeatureGates customFeatureSet, String featureSet, Metadata gcp, Metadata ibmcloud, String infraID, Metadata nutanix, Metadata openstack, Metadata ovirt, Metadata powervc, Metadata powervs, Metadata vsphere)ClusterPlatformMetadata(Metadata aws, Object azure, Metadata baremetal, Metadata gcp, Metadata ibmcloud, Metadata nutanix, Metadata openstack, Metadata ovirt, Metadata powervc, Metadata powervs, Metadata vsphere)
-