Skip to content

Commit fdcb117

Browse files
committed
chore: add field to YataiComponentManifestSchema
1 parent b7ce941 commit fdcb117

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modelschemas/yatai_component.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ const (
1616
)
1717

1818
type YataiComponentManifestSchema struct {
19-
SelectorLabels map[string]string `json:"selector_labels,omitempty"`
20-
LatestCRDVersion string `json:"latest_crd_version,omitempty"`
19+
SelectorLabels map[string]string `json:"selector_labels,omitempty"`
20+
LatestCRDVersion string `json:"latest_crd_version,omitempty"`
21+
EnableEnvoyGatewayIngress bool `json:"enable_envoy_gateway_ingress,omitempty"`
2122
}
2223

2324
func (c *YataiComponentManifestSchema) Scan(value interface{}) error {

0 commit comments

Comments
 (0)