File tree 4 files changed +31
-2
lines changed
api/src/main/java/io/strimzi/kafka/access/model
helm-charts/helm3/strimzi-access-operator/crds
4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 18
18
public class KafkaReference {
19
19
20
20
@ Required
21
+ @ io .fabric8 .crd .generator .annotation .PrinterColumn (name = "Cluster" )
21
22
private String name ;
22
23
private String namespace ;
24
+ @ io .fabric8 .crd .generator .annotation .PrinterColumn (name = "Listener" )
23
25
private String listener ;
24
26
25
27
/**
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public class KafkaUserReference {
22
22
@ Required
23
23
private String apiGroup ;
24
24
@ Required
25
+ @ io .fabric8 .crd .generator .annotation .PrinterColumn (name = "User" )
25
26
private String name ;
26
27
private String namespace ;
27
28
Original file line number Diff line number Diff line change 15
15
singular : kafkaaccess
16
16
scope : Namespaced
17
17
versions :
18
- - name : v1alpha1
18
+ - additionalPrinterColumns :
19
+ - jsonPath : .spec.kafka.listener
20
+ name : Listener
21
+ priority : 0
22
+ type : string
23
+ - jsonPath : .spec.kafka.name
24
+ name : Cluster
25
+ priority : 0
26
+ type : string
27
+ - jsonPath : .spec.user.name
28
+ name : User
29
+ priority : 0
30
+ type : string
31
+ name : v1alpha1
19
32
schema :
20
33
openAPIV3Schema :
21
34
properties :
Original file line number Diff line number Diff line change 15
15
singular : kafkaaccess
16
16
scope : Namespaced
17
17
versions :
18
- - name : v1alpha1
18
+ - additionalPrinterColumns :
19
+ - jsonPath : .spec.kafka.listener
20
+ name : Listener
21
+ priority : 0
22
+ type : string
23
+ - jsonPath : .spec.kafka.name
24
+ name : Cluster
25
+ priority : 0
26
+ type : string
27
+ - jsonPath : .spec.user.name
28
+ name : User
29
+ priority : 0
30
+ type : string
31
+ name : v1alpha1
19
32
schema :
20
33
openAPIV3Schema :
21
34
properties :
You can’t perform that action at this time.
0 commit comments