Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterImageSetSpec
-
Packages that use ClusterImageSetSpec Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterImageSetSpec in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterImageSetSpec Modifier and Type Method Description ClusterImageSetSpecClusterImageSetSpecBuilder. build()ClusterImageSetSpecClusterImageSetFluent. buildSpec()ClusterImageSetSpecClusterImageSet. getSpec()ClusterImageSet is the Schema for the clusterimagesets APIMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterImageSetSpec Modifier and Type Method Description protected voidClusterImageSetSpecFluent. copyInstance(ClusterImageSetSpec instance)ClusterImageSetFluent.SpecNested<A>ClusterImageSetFluent. editOrNewSpecLike(ClusterImageSetSpec item)voidClusterImageSet. setSpec(ClusterImageSetSpec spec)ClusterImageSet is the Schema for the clusterimagesets APIClusterImageSetFluent.SpecNested<A>ClusterImageSetFluent. withNewSpecLike(ClusterImageSetSpec item)AClusterImageSetFluent. withSpec(ClusterImageSetSpec spec)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterImageSetSpec Constructor Description ClusterImageSet(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterImageSetSpec spec, ClusterImageSetStatus status)ClusterImageSetSpecBuilder(ClusterImageSetSpec instance)ClusterImageSetSpecBuilder(ClusterImageSetSpecFluent<?> fluent, ClusterImageSetSpec instance)ClusterImageSetSpecFluent(ClusterImageSetSpec instance)
-