Skip to content

Commit

Permalink
Clarify cookie docs (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow authored Sep 29, 2020
1 parent 9f994ed commit 33a9810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/serviceresolver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func (in HashPolicy) validate(path *field.Path) field.ErrorList {
}

type CookieConfig struct {
// Session generates a session cookie with no expiration.
// Session determines whether to generate a session cookie with no expiration.
Session bool `json:"session,omitempty"`

// TTL is the ttl for generated cookies. Cannot be specified for session cookies.
Expand Down

0 comments on commit 33a9810

Please sign in to comment.