Skip to content

Commit

Permalink
docs: add @link processor to the processors table in design.md
Browse files Browse the repository at this point in the history
Related to SB-1095
  • Loading branch information
aureamunoz authored and iocanel committed Jun 10, 2019
1 parent 3254222 commit 86ae4de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions design.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,13 @@ A processor may register more than one `config` `handlers` with no restriction o
| Processor | Config | Supported Annotations | Description |
|-----------------------------------|----------------------|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
| CompositeAnnotationProcessor | CompositeConfig | [io.ap4k.component.annotation.CompositeApplication] | Generate component custom resources. |
| LinkAnnotationProcessor | LinkConfig | [io.ap4k.component.annotation.Link] | Generate link custom resources. |
| SpringBootApplicationProcessor | none | [org.springframework.boot.autoconfigure.SpringBootApplication] | Detects Spring Boot and set the runtime attribute to Spring Boot. |
| KubernetesAnnotationProcessor | KubernetesConfig | [io.ap4k.kubernetes.annotation.KubernetesApplication] | Generates kubernetes manifests. |
| KubernetesAnnotationProcessor | KubernetesConfig | [io.ap4k.kubernetes.annotation.KubernetesApplication] | Generates kubernetes manifests. |
| ThrorntailProcessor | none | [javax.ws.rs.ApplicationPath, javax.jws.WebService] | Detects jaxrs and jaxws annotations and registers the http port. |
| SpringBootMappingProcessor | none | [org.springframework.web.bind.annotation.RequestMapping, org.springframework.web.bind.annotation.GetMapping] | Detects Spring Boot web endpoints and registers the http port. |
| ServiceCatalogAnnotationProcessor | ServiceCatalogConfig | [io.ap4k.servicecatalog.annotation.ServiceCatalog, io.ap4k.servicecatalog.annotation.ServiceCatalogInstance] | |
| OpenshiftAnnotationProcessor | OpenshiftConfig | [io.ap4k.kubernetes.annotation.KubernetesApplication, io.ap4k.openshift.annotation.OpenshiftApplication] | Generates openshift manifests. |
| OpenshiftAnnotationProcessor | OpenshiftConfig | [io.ap4k.kubernetes.annotation.KubernetesApplication, io.ap4k.openshift.annotation.OpenshiftApplication] | Generates openshift manifests. |
| MicronautProcessor | none | [io.micronaut.http.annotation.Controller] | Detects the micronaut controller and registers the http port. |

### Session
Expand Down

0 comments on commit 86ae4de

Please sign in to comment.