We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ce941 commit fdcb117Copy full SHA for fdcb117
modelschemas/yatai_component.go
@@ -16,8 +16,9 @@ const (
16
)
17
18
type YataiComponentManifestSchema struct {
19
- SelectorLabels map[string]string `json:"selector_labels,omitempty"`
20
- LatestCRDVersion string `json:"latest_crd_version,omitempty"`
+ SelectorLabels map[string]string `json:"selector_labels,omitempty"`
+ LatestCRDVersion string `json:"latest_crd_version,omitempty"`
21
+ EnableEnvoyGatewayIngress bool `json:"enable_envoy_gateway_ingress,omitempty"`
22
}
23
24
func (c *YataiComponentManifestSchema) Scan(value interface{}) error {
0 commit comments