Skip to content

Commit 9205362

Browse files
Update pkg/apis/configuration/v1/types.go
Co-authored-by: Paul Abel <[email protected]> Signed-off-by: mohamad_al <[email protected]>
1 parent b1ec153 commit 9205362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/configuration/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ type TLS struct {
417417
type TLSRedirect struct {
418418
// Enables a TLS redirect for a VirtualServer. The default is False.
419419
Enable bool `json:"enable"`
420-
// The status code of a redirect. The allowed values are: 301 , 302 , 307 , 308. The default is 301.
420+
// The status code of a redirect. The allowed values are: 301, 302, 307 or 308. The default is 301.
421421
Code *int `json:"code"`
422422
// The attribute of a request that NGINX will evaluate to send a redirect. The allowed values are scheme (the scheme of the request) or x-forwarded-proto (the X-Forwarded-Proto header of the request). The default is scheme.
423423
BasedOn string `json:"basedOn"`

0 commit comments

Comments
 (0)