Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.WebhookDescription
-
Packages that use WebhookDescription Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of WebhookDescription in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return WebhookDescription Modifier and Type Method Description WebhookDescriptionWebhookDescriptionBuilder. build()WebhookDescriptionClusterServiceVersionSpecFluent. buildFirstWebhookdefinition()WebhookDescriptionClusterServiceVersionSpecFluent. buildLastWebhookdefinition()WebhookDescriptionClusterServiceVersionSpecFluent. buildMatchingWebhookdefinition(Predicate<WebhookDescriptionBuilder> predicate)WebhookDescriptionClusterServiceVersionSpecFluent. buildWebhookdefinition(int index)Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return types with arguments of type WebhookDescription Modifier and Type Method Description List<WebhookDescription>ClusterServiceVersionSpecFluent. buildWebhookdefinitions()List<WebhookDescription>ClusterServiceVersionSpec. getWebhookdefinitions()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 with parameters of type WebhookDescription Modifier and Type Method Description ClusterServiceVersionSpecFluent.WebhookdefinitionsNested<A>ClusterServiceVersionSpecFluent. addNewWebhookdefinitionLike(WebhookDescription item)AClusterServiceVersionSpecFluent. addToWebhookdefinitions(int index, WebhookDescription item)AClusterServiceVersionSpecFluent. addToWebhookdefinitions(WebhookDescription... items)protected voidWebhookDescriptionFluent. copyInstance(WebhookDescription instance)AClusterServiceVersionSpecFluent. removeFromWebhookdefinitions(WebhookDescription... items)ClusterServiceVersionSpecFluent.WebhookdefinitionsNested<A>ClusterServiceVersionSpecFluent. setNewWebhookdefinitionLike(int index, WebhookDescription item)AClusterServiceVersionSpecFluent. setToWebhookdefinitions(int index, WebhookDescription item)AClusterServiceVersionSpecFluent. withWebhookdefinitions(WebhookDescription... webhookdefinitions)Method parameters in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with type arguments of type WebhookDescription Modifier and Type Method Description AClusterServiceVersionSpecFluent. addAllToWebhookdefinitions(Collection<WebhookDescription> items)AClusterServiceVersionSpecFluent. removeAllFromWebhookdefinitions(Collection<WebhookDescription> items)voidClusterServiceVersionSpec. setWebhookdefinitions(List<WebhookDescription> webhookdefinitions)ClusterServiceVersionSpec declarations tell OLM how to install an operator that can manage apps for a given version.AClusterServiceVersionSpecFluent. withWebhookdefinitions(List<WebhookDescription> webhookdefinitions)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type WebhookDescription Constructor Description WebhookDescriptionBuilder(WebhookDescription instance)WebhookDescriptionBuilder(WebhookDescriptionFluent<?> fluent, WebhookDescription instance)WebhookDescriptionFluent(WebhookDescription instance)
-