higress-group / higress-group.github.io

Higress Official Website
https://higress.io
Apache License 2.0
17 stars 58 forks source link

fix: Update annotation-use-case.md #192

Closed iHx-rainbow closed 10 months ago

iHx-rainbow commented 11 months ago

Correct a word spelling error

alibaba/higress pkg\ingress\kube\annotations\canary.go Line 28 Confirm the correct spelling of this annotation

const (
    enableCanary          = "canary"
    canaryByHeader        = "canary-by-header"
    canaryByHeaderValue   = "canary-by-header-value"
    canaryByHeaderPattern = "canary-by-header-pattern"
    canaryByCookie        = "canary-by-cookie"
    canaryWeight          = "canary-weight"
    canaryWeightTotal     = "canary-weight-total"

    defaultCanaryWeightTotal = 100
)

已在 higress 主项目 pkg\ingress\kube\annotations\canary.go 28行 确认此注解的正确拼写

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.