Uses of Class
io.fabric8.openclustermanagement.api.model.cluster.v1beta2.ManagedClusterSetSpec
-
Packages that use ManagedClusterSetSpec Package Description io.fabric8.openclustermanagement.api.model.cluster.v1beta2 -
-
Uses of ManagedClusterSetSpec in io.fabric8.openclustermanagement.api.model.cluster.v1beta2
Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 that return ManagedClusterSetSpec Modifier and Type Method Description ManagedClusterSetSpecManagedClusterSetSpecBuilder. build()ManagedClusterSetSpecManagedClusterSetFluent. buildSpec()ManagedClusterSetSpecManagedClusterSet. getSpec()Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 with parameters of type ManagedClusterSetSpec Modifier and Type Method Description protected voidManagedClusterSetSpecFluent. copyInstance(ManagedClusterSetSpec instance)ManagedClusterSetFluent.SpecNested<A>ManagedClusterSetFluent. editOrNewSpecLike(ManagedClusterSetSpec item)voidManagedClusterSet. setSpec(ManagedClusterSetSpec spec)ManagedClusterSetFluent.SpecNested<A>ManagedClusterSetFluent. withNewSpecLike(ManagedClusterSetSpec item)AManagedClusterSetFluent. withSpec(ManagedClusterSetSpec spec)Constructors in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 with parameters of type ManagedClusterSetSpec Constructor Description ManagedClusterSet(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ManagedClusterSetSpec spec, ManagedClusterSetStatus status)ManagedClusterSetSpecBuilder(ManagedClusterSetSpec instance)ManagedClusterSetSpecBuilder(ManagedClusterSetSpecFluent<?> fluent, ManagedClusterSetSpec instance)ManagedClusterSetSpecFluent(ManagedClusterSetSpec instance)
-