File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/java/io/okd/operators/controller Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1313import io .fabric8 .kubernetes .model .annotation .Plural ;
1414import io .fabric8 .kubernetes .model .annotation .Singular ;
1515import io .fabric8 .kubernetes .model .annotation .Version ;
16+ import io .quarkus .runtime .annotations .RegisterForReflection ;
1617import lombok .AccessLevel ;
1718import lombok .Data ;
1819import lombok .Getter ;
2627@ Group ("tekton.dev" )
2728@ Singular ("pipelinerun" )
2829@ Plural ("pipelineruns" )
30+ @ RegisterForReflection
2931public class PipelineRun implements Namespaced , HasMetadata {
3032
3133 @ JsonProperty ("apiVersion" )
Original file line number Diff line number Diff line change 11package io .okd .operators .controller .model ;
22
33import com .fasterxml .jackson .annotation .JsonProperty ;
4+ import io .quarkus .runtime .annotations .RegisterForReflection ;
45import lombok .Data ;
56
67import java .util .List ;
78import java .util .Set ;
89
910@ Data
11+ @ RegisterForReflection
1012public class ApplicationRecipe {
1113
1214 @ JsonProperty
You can’t perform that action at this time.
0 commit comments