Uses of Class
io.fabric8.openclustermanagement.api.model.discovery.v1alpha1.DiscoveredClusterSpec
-
Packages that use DiscoveredClusterSpec Package Description io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 -
-
Uses of DiscoveredClusterSpec in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1
Methods in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 that return DiscoveredClusterSpec Modifier and Type Method Description DiscoveredClusterSpecDiscoveredClusterSpecBuilder. build()DiscoveredClusterSpecDiscoveredClusterFluent. buildSpec()DiscoveredClusterSpecDiscoveredCluster. getSpec()Methods in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 with parameters of type DiscoveredClusterSpec Modifier and Type Method Description protected voidDiscoveredClusterSpecFluent. copyInstance(DiscoveredClusterSpec instance)DiscoveredClusterFluent.SpecNested<A>DiscoveredClusterFluent. editOrNewSpecLike(DiscoveredClusterSpec item)voidDiscoveredCluster. setSpec(DiscoveredClusterSpec spec)DiscoveredClusterFluent.SpecNested<A>DiscoveredClusterFluent. withNewSpecLike(DiscoveredClusterSpec item)ADiscoveredClusterFluent. withSpec(DiscoveredClusterSpec spec)Constructors in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 with parameters of type DiscoveredClusterSpec Constructor Description DiscoveredCluster(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DiscoveredClusterSpec spec, DiscoveredClusterStatus status)DiscoveredClusterSpecBuilder(DiscoveredClusterSpec instance)DiscoveredClusterSpecBuilder(DiscoveredClusterSpecFluent<?> fluent, DiscoveredClusterSpec instance)DiscoveredClusterSpecFluent(DiscoveredClusterSpec instance)
-