Uses of Class
io.fabric8.openshift.api.model.operatorhub.packages.v1.Deprecation
-
Packages that use Deprecation Package Description io.fabric8.openshift.api.model.operatorhub.packages.v1 -
-
Uses of Deprecation in io.fabric8.openshift.api.model.operatorhub.packages.v1
Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return Deprecation Modifier and Type Method Description DeprecationDeprecationBuilder. build()DeprecationChannelEntryFluent. buildDeprecation()DeprecationPackageChannelFluent. buildDeprecation()DeprecationPackageManifestStatusFluent. buildDeprecation()DeprecationChannelEntry. getDeprecation()ChannelEntry defines a member of a package channel.DeprecationPackageChannel. getDeprecation()PackageChannel defines a single channel under a package, pointing to a version of that package.DeprecationPackageManifestStatus. getDeprecation()PackageManifestStatus represents the current status of the PackageManifestMethods in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type Deprecation Modifier and Type Method Description protected voidDeprecationFluent. copyInstance(Deprecation instance)ChannelEntryFluent.DeprecationNested<A>ChannelEntryFluent. editOrNewDeprecationLike(Deprecation item)PackageChannelFluent.DeprecationNested<A>PackageChannelFluent. editOrNewDeprecationLike(Deprecation item)PackageManifestStatusFluent.DeprecationNested<A>PackageManifestStatusFluent. editOrNewDeprecationLike(Deprecation item)voidChannelEntry. setDeprecation(Deprecation deprecation)ChannelEntry defines a member of a package channel.voidPackageChannel. setDeprecation(Deprecation deprecation)PackageChannel defines a single channel under a package, pointing to a version of that package.voidPackageManifestStatus. setDeprecation(Deprecation deprecation)PackageManifestStatus represents the current status of the PackageManifestAChannelEntryFluent. withDeprecation(Deprecation deprecation)APackageChannelFluent. withDeprecation(Deprecation deprecation)APackageManifestStatusFluent. withDeprecation(Deprecation deprecation)ChannelEntryFluent.DeprecationNested<A>ChannelEntryFluent. withNewDeprecationLike(Deprecation item)PackageChannelFluent.DeprecationNested<A>PackageChannelFluent. withNewDeprecationLike(Deprecation item)PackageManifestStatusFluent.DeprecationNested<A>PackageManifestStatusFluent. withNewDeprecationLike(Deprecation item)Constructors in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type Deprecation Constructor Description ChannelEntry(Deprecation deprecation, String name, String version)DeprecationBuilder(Deprecation instance)DeprecationBuilder(DeprecationFluent<?> fluent, Deprecation instance)DeprecationFluent(Deprecation instance)PackageChannel(String currentCSV, CSVDescription currentCSVDesc, Deprecation deprecation, List<ChannelEntry> entries, String name)PackageManifestStatus(String catalogSource, String catalogSourceDisplayName, String catalogSourceNamespace, String catalogSourcePublisher, List<PackageChannel> channels, String defaultChannel, Deprecation deprecation, String packageName, AppLink provider)
-