Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1.Features
-
Packages that use Features Package Description io.fabric8.openshift.api.model.operatorhub.v1 -
-
Uses of Features in io.fabric8.openshift.api.model.operatorhub.v1
Methods in io.fabric8.openshift.api.model.operatorhub.v1 that return Features Modifier and Type Method Description FeaturesFeaturesBuilder. build()FeaturesOLMConfigSpecFluent. buildFeatures()FeaturesOLMConfigSpec. getFeatures()OLMConfigSpec is the spec for an OLMConfig resource.Methods in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Features Modifier and Type Method Description protected voidFeaturesFluent. copyInstance(Features instance)OLMConfigSpecFluent.FeaturesNested<A>OLMConfigSpecFluent. editOrNewFeaturesLike(Features item)voidOLMConfigSpec. setFeatures(Features features)OLMConfigSpec is the spec for an OLMConfig resource.AOLMConfigSpecFluent. withFeatures(Features features)OLMConfigSpecFluent.FeaturesNested<A>OLMConfigSpecFluent. withNewFeaturesLike(Features item)Constructors in io.fabric8.openshift.api.model.operatorhub.v1 with parameters of type Features Constructor Description FeaturesBuilder(Features instance)FeaturesBuilder(FeaturesFluent<?> fluent, Features instance)FeaturesFluent(Features instance)OLMConfigSpec(Features features)
-