Uses of Class
io.fabric8.openshift.api.model.config.v1.OperatorHubSpec
-
Packages that use OperatorHubSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OperatorHubSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OperatorHubSpec Modifier and Type Method Description OperatorHubSpecOperatorHubSpecBuilder. build()OperatorHubSpecOperatorHubFluent. buildSpec()OperatorHubSpecOperatorHub. getSpec()OperatorHub is the Schema for the operatorhubs API.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type OperatorHubSpec Modifier and Type Method Description protected voidOperatorHubSpecFluent. copyInstance(OperatorHubSpec instance)OperatorHubFluent.SpecNested<A>OperatorHubFluent. editOrNewSpecLike(OperatorHubSpec item)voidOperatorHub. setSpec(OperatorHubSpec spec)OperatorHub is the Schema for the operatorhubs API.OperatorHubFluent.SpecNested<A>OperatorHubFluent. withNewSpecLike(OperatorHubSpec item)AOperatorHubFluent. withSpec(OperatorHubSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OperatorHubSpec Constructor Description OperatorHub(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, OperatorHubSpec spec, OperatorHubStatus status)OperatorHubSpecBuilder(OperatorHubSpec instance)OperatorHubSpecBuilder(OperatorHubSpecFluent<?> fluent, OperatorHubSpec instance)OperatorHubSpecFluent(OperatorHubSpec instance)
-