mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
fixed typo in gloo/v1/types.go
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io>
This commit is contained in:
@@ -16,11 +16,11 @@ type Upstream struct {
|
||||
}
|
||||
|
||||
type UpstreamSpec struct {
|
||||
Kube KubeUpstream `json:"kube,omitempty""`
|
||||
Kube KubeUpstream `json:"kube,omitempty"`
|
||||
}
|
||||
|
||||
type KubeUpstream struct {
|
||||
ServiceName string `json:"service_name,omitempty""`
|
||||
ServiceName string `json:"service_name,omitempty"`
|
||||
ServiceNamespace string `json:"service_namespace,omitempty"`
|
||||
ServicePort int32 `json:"service_port,omitempty"`
|
||||
Selector map[string]string `json:"selector,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user