1
0
Fork 0

fix: cookie documentation.

This commit is contained in:
Ludovic Fernandez 2020-04-29 17:10:05 +02:00 committed by GitHub
parent e5c6b0d4ea
commit de42fc10b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 11 deletions

View file

@ -103,7 +103,7 @@ func (w *WRRService) SetDefaults() {
// Sticky holds the sticky configuration.
type Sticky struct {
Cookie *Cookie `json:"cookie,omitempty" toml:"cookie,omitempty" yaml:"cookie,omitempty"`
Cookie *Cookie `json:"cookie,omitempty" toml:"cookie,omitempty" yaml:"cookie,omitempty" label:"allowEmpty"`
}
// +k8s:deepcopy-gen=true