Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.AppLink
-
Packages that use AppLink Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of AppLink in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return AppLink Modifier and Type Method Description AppLinkAppLinkBuilder. build()AppLinkClusterServiceVersionSpecFluent. buildFirstLink()AppLinkClusterServiceVersionSpecFluent. buildLastLink()AppLinkClusterServiceVersionSpecFluent. buildLink(int index)AppLinkClusterServiceVersionSpecFluent. buildMatchingLink(Predicate<AppLinkBuilder> predicate)AppLinkClusterServiceVersionSpecFluent. buildProvider()AppLinkClusterServiceVersionSpec. getProvider()ClusterServiceVersionSpec declarations tell OLM how to install an operator that can manage apps for a given version.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type AppLink Modifier and Type Method Description List<AppLink>ClusterServiceVersionSpecFluent. buildLinks()List<AppLink>ClusterServiceVersionSpec. getLinks()A list of links related to the operator.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type AppLink Modifier and Type Method Description ClusterServiceVersionSpecFluent.LinksNested<A>ClusterServiceVersionSpecFluent. addNewLinkLike(AppLink item)AClusterServiceVersionSpecFluent. addToLinks(int index, AppLink item)AClusterServiceVersionSpecFluent. addToLinks(AppLink... items)protected voidAppLinkFluent. copyInstance(AppLink instance)ClusterServiceVersionSpecFluent.ProviderNested<A>ClusterServiceVersionSpecFluent. editOrNewProviderLike(AppLink item)AClusterServiceVersionSpecFluent. removeFromLinks(AppLink... items)ClusterServiceVersionSpecFluent.LinksNested<A>ClusterServiceVersionSpecFluent. setNewLinkLike(int index, AppLink item)voidClusterServiceVersionSpec. setProvider(AppLink provider)ClusterServiceVersionSpec declarations tell OLM how to install an operator that can manage apps for a given version.AClusterServiceVersionSpecFluent. setToLinks(int index, AppLink item)AClusterServiceVersionSpecFluent. withLinks(AppLink... links)ClusterServiceVersionSpecFluent.ProviderNested<A>ClusterServiceVersionSpecFluent. withNewProviderLike(AppLink item)AClusterServiceVersionSpecFluent. withProvider(AppLink provider)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type AppLink Modifier and Type Method Description AClusterServiceVersionSpecFluent. addAllToLinks(Collection<AppLink> items)AClusterServiceVersionSpecFluent. removeAllFromLinks(Collection<AppLink> items)voidClusterServiceVersionSpec. setLinks(List<AppLink> links)A list of links related to the operator.AClusterServiceVersionSpecFluent. withLinks(List<AppLink> links)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type AppLink Constructor Description AppLinkBuilder(AppLink instance)AppLinkBuilder(AppLinkFluent<?> fluent, AppLink instance)AppLinkFluent(AppLink instance)ClusterServiceVersionSpec(Map<String,String> annotations, APIServiceDefinitions apiservicedefinitions, CleanupSpec cleanup, CustomResourceDefinitions customresourcedefinitions, String description, String displayName, List<Icon> icon, NamedInstallStrategy install, List<InstallMode> installModes, List<String> keywords, Map<String,String> labels, List<AppLink> links, List<Maintainer> maintainers, String maturity, String minKubeVersion, List<io.fabric8.kubernetes.api.model.GroupVersionKind> nativeAPIs, AppLink provider, List<RelatedImage> relatedImages, String replaces, io.fabric8.kubernetes.api.model.LabelSelector selector, List<String> skips, String version, List<WebhookDescription> webhookdefinitions)
-