Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionSpec
-
Packages that use ClusterServiceVersionSpec Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of ClusterServiceVersionSpec in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return ClusterServiceVersionSpec Modifier and Type Method Description ClusterServiceVersionSpecClusterServiceVersionSpecBuilder. build()ClusterServiceVersionSpecClusterServiceVersionFluent. buildSpec()ClusterServiceVersionSpecClusterServiceVersionFluentImpl. buildSpec()ClusterServiceVersionSpecClusterServiceVersion. getSpec()ClusterServiceVersionSpecClusterServiceVersionFluent. getSpec()Deprecated.ClusterServiceVersionSpecClusterServiceVersionFluentImpl. getSpec()Deprecated.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type ClusterServiceVersionSpec Modifier and Type Method Description ClusterServiceVersionFluent.SpecNested<A>ClusterServiceVersionFluent. editOrNewSpecLike(ClusterServiceVersionSpec item)ClusterServiceVersionFluent.SpecNested<A>ClusterServiceVersionFluentImpl. editOrNewSpecLike(ClusterServiceVersionSpec item)voidClusterServiceVersion. setSpec(ClusterServiceVersionSpec spec)ClusterServiceVersionFluent.SpecNested<A>ClusterServiceVersionFluent. withNewSpecLike(ClusterServiceVersionSpec item)ClusterServiceVersionFluent.SpecNested<A>ClusterServiceVersionFluentImpl. withNewSpecLike(ClusterServiceVersionSpec item)AClusterServiceVersionFluent. withSpec(ClusterServiceVersionSpec spec)AClusterServiceVersionFluentImpl. withSpec(ClusterServiceVersionSpec spec)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type ClusterServiceVersionSpec Constructor Description ClusterServiceVersion(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ClusterServiceVersionSpec spec, ClusterServiceVersionStatus status)ClusterServiceVersionSpecBuilder(ClusterServiceVersionSpec instance)ClusterServiceVersionSpecBuilder(ClusterServiceVersionSpecFluent<?> fluent, ClusterServiceVersionSpec instance)ClusterServiceVersionSpecBuilder(ClusterServiceVersionSpecFluent<?> fluent, ClusterServiceVersionSpec instance, Boolean validationEnabled)ClusterServiceVersionSpecBuilder(ClusterServiceVersionSpec instance, Boolean validationEnabled)ClusterServiceVersionSpecFluentImpl(ClusterServiceVersionSpec instance)
-