Uses of Class
io.fabric8.openshift.api.model.operatorhub.packages.v1.CSVDescription
-
Packages that use CSVDescription Package Description io.fabric8.openshift.api.model.operatorhub.packages.v1 -
-
Uses of CSVDescription in io.fabric8.openshift.api.model.operatorhub.packages.v1
Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return CSVDescription Modifier and Type Method Description CSVDescriptionCSVDescriptionBuilder. build()CSVDescriptionPackageChannelFluent. buildCurrentCSVDesc()CSVDescriptionPackageChannel. getCurrentCSVDesc()PackageChannel defines a single channel under a package, pointing to a version of that package.Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type CSVDescription Modifier and Type Method Description protected voidCSVDescriptionFluent. copyInstance(CSVDescription instance)PackageChannelFluent.CurrentCSVDescNested<A>PackageChannelFluent. editOrNewCurrentCSVDescLike(CSVDescription item)voidPackageChannel. setCurrentCSVDesc(CSVDescription currentCSVDesc)PackageChannel defines a single channel under a package, pointing to a version of that package.APackageChannelFluent. withCurrentCSVDesc(CSVDescription currentCSVDesc)PackageChannelFluent.CurrentCSVDescNested<A>PackageChannelFluent. withNewCurrentCSVDescLike(CSVDescription item)Constructors in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type CSVDescription Constructor Description CSVDescriptionBuilder(CSVDescription instance)CSVDescriptionBuilder(CSVDescriptionFluent<?> fluent, CSVDescription instance)CSVDescriptionFluent(CSVDescription instance)PackageChannel(String currentCSV, CSVDescription currentCSVDesc, Deprecation deprecation, List<ChannelEntry> entries, String name)
-