Skip to content

Commit 116d877

Browse files
committed
fix: add Ingress to aggregate type
1 parent 5add1d0 commit 116d877

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/variables/aggregate_types.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ type Addons struct {
6666
CSI *CSI `json:"csi,omitempty"`
6767

6868
COSI *COSI `json:"cosi,omitempty"`
69+
70+
Ingress *Ingress `json:"ingress,omitempty"`
6971
}
7072

7173
type CSI struct {
@@ -77,3 +79,7 @@ type CSI struct {
7779
type COSI struct {
7880
carenv1.GenericCOSI `json:",inline"`
7981
}
82+
83+
type Ingress struct {
84+
carenv1.Ingress `json:",inline"`
85+
}

0 commit comments

Comments
 (0)