File tree Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change @@ -1158,10 +1158,32 @@ spec:
1158
1158
primaryCookieName :
1159
1159
description : CookieName is the key that will be used for the session affinity cookie.
1160
1160
type : string
1161
+ domain :
1162
+ description : Domain defines the host to which the cookie will be sent.
1163
+ type : string
1164
+ httpOnly :
1165
+ description : HttpOnly forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
1166
+ type : boolean
1161
1167
maxAge :
1162
1168
description : MaxAge indicates the number of seconds until the session affinity cookie will expire.
1163
1169
default : 86400
1164
1170
type : number
1171
+ partitioned :
1172
+ description : Partitioned indicates that the cookie should be stored using partitioned storage.
1173
+ type : boolean
1174
+ path :
1175
+ description : Path indicates the path that must exist in the requested URL for the browser to send the Cookie header.
1176
+ type : string
1177
+ sameSite :
1178
+ description : SameSite controls whether or not a cookie is sent with cross-site requests.
1179
+ type : string
1180
+ enum :
1181
+ - Strict
1182
+ - Lax
1183
+ - None
1184
+ secure :
1185
+ description : " Secure indicates that the cookie is sent to the server only when a request is made with the https: scheme (except on localhost)"
1186
+ type : boolean
1165
1187
status :
1166
1188
description : CanaryStatus defines the observed state of a canary.
1167
1189
type : object
Original file line number Diff line number Diff line change @@ -1158,10 +1158,32 @@ spec:
1158
1158
primaryCookieName :
1159
1159
description : CookieName is the key that will be used for the session affinity cookie.
1160
1160
type : string
1161
+ domain :
1162
+ description : Domain defines the host to which the cookie will be sent.
1163
+ type : string
1164
+ httpOnly :
1165
+ description : HttpOnly forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
1166
+ type : boolean
1161
1167
maxAge :
1162
1168
description : MaxAge indicates the number of seconds until the session affinity cookie will expire.
1163
1169
default : 86400
1164
1170
type : number
1171
+ partitioned :
1172
+ description : Partitioned indicates that the cookie should be stored using partitioned storage.
1173
+ type : boolean
1174
+ path :
1175
+ description : Path indicates the path that must exist in the requested URL for the browser to send the Cookie header.
1176
+ type : string
1177
+ sameSite :
1178
+ description : SameSite controls whether or not a cookie is sent with cross-site requests.
1179
+ type : string
1180
+ enum :
1181
+ - Strict
1182
+ - Lax
1183
+ - None
1184
+ secure :
1185
+ description : " Secure indicates that the cookie is sent to the server only when a request is made with the https: scheme (except on localhost)"
1186
+ type : boolean
1165
1187
status :
1166
1188
description : CanaryStatus defines the observed state of a canary.
1167
1189
type : object
Original file line number Diff line number Diff line change @@ -1158,10 +1158,32 @@ spec:
1158
1158
primaryCookieName :
1159
1159
description : CookieName is the key that will be used for the session affinity cookie.
1160
1160
type : string
1161
+ domain :
1162
+ description : Domain defines the host to which the cookie will be sent.
1163
+ type : string
1164
+ httpOnly :
1165
+ description : HttpOnly forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
1166
+ type : boolean
1161
1167
maxAge :
1162
1168
description : MaxAge indicates the number of seconds until the session affinity cookie will expire.
1163
1169
default : 86400
1164
1170
type : number
1171
+ partitioned :
1172
+ description : Partitioned indicates that the cookie should be stored using partitioned storage.
1173
+ type : boolean
1174
+ path :
1175
+ description : Path indicates the path that must exist in the requested URL for the browser to send the Cookie header.
1176
+ type : string
1177
+ sameSite :
1178
+ description : SameSite controls whether or not a cookie is sent with cross-site requests.
1179
+ type : string
1180
+ enum :
1181
+ - Strict
1182
+ - Lax
1183
+ - None
1184
+ secure :
1185
+ description : " Secure indicates that the cookie is sent to the server only when a request is made with the https: scheme (except on localhost)"
1186
+ type : boolean
1165
1187
status :
1166
1188
description : CanaryStatus defines the observed state of a canary.
1167
1189
type : object
You can’t perform that action at this time.
0 commit comments