Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterPlatformMetadata
-
Packages that use ClusterPlatformMetadata Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterPlatformMetadata in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterPlatformMetadata Modifier and Type Method Description ClusterPlatformMetadataClusterPlatformMetadataBuilder. build()ClusterPlatformMetadataClusterMetadataFluent. buildPlatform()ClusterPlatformMetadataClusterMetadata. getPlatform()ClusterMetadata contains metadata information about the installed cluster.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPlatformMetadata Modifier and Type Method Description protected voidClusterPlatformMetadataFluent. copyInstance(ClusterPlatformMetadata instance)ClusterMetadataFluent.PlatformNested<A>ClusterMetadataFluent. editOrNewPlatformLike(ClusterPlatformMetadata item)voidClusterMetadata. setPlatform(ClusterPlatformMetadata platform)ClusterMetadata contains metadata information about the installed cluster.ClusterMetadataFluent.PlatformNested<A>ClusterMetadataFluent. withNewPlatformLike(ClusterPlatformMetadata item)AClusterMetadataFluent. withPlatform(ClusterPlatformMetadata platform)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPlatformMetadata Constructor Description ClusterMetadata(io.fabric8.kubernetes.api.model.LocalObjectReference adminKubeconfigSecretRef, io.fabric8.kubernetes.api.model.LocalObjectReference adminPasswordSecretRef, String clusterID, String infraID, ClusterPlatformMetadata platform)ClusterPlatformMetadataBuilder(ClusterPlatformMetadata instance)ClusterPlatformMetadataBuilder(ClusterPlatformMetadataFluent<?> fluent, ClusterPlatformMetadata instance)ClusterPlatformMetadataFluent(ClusterPlatformMetadata instance)
-