Merge pull request #6 from modular-magician/codegen-pr-2288

Add beta fields to BackendService to support traffic director
This commit is contained in:
Ty Larrabee 2019-09-19 15:07:19 -07:00 committed by GitHub
commit 0e847d9fa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 10 deletions

View file

@ -324,10 +324,10 @@ options:
version_added: '2.8' version_added: '2.8'
session_affinity: session_affinity:
description: description:
- Type of session affinity to use. The default is NONE. - Type of session affinity to use. The default is NONE. Session affinity is not
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE. applicable if the protocol is UDP.
- When the protocol is UDP, this field is not used. - 'Some valid choices include: "NONE", "CLIENT_IP", "CLIENT_IP_PORT_PROTO", "CLIENT_IP_PROTO",
- 'Some valid choices include: "NONE", "CLIENT_IP", "GENERATED_COOKIE"' "GENERATED_COOKIE", "HEADER_FIELD", "HTTP_COOKIE"'
required: false required: false
type: str type: str
timeout_sec: timeout_sec:
@ -706,9 +706,8 @@ securityPolicy:
type: str type: str
sessionAffinity: sessionAffinity:
description: description:
- Type of session affinity to use. The default is NONE. - Type of session affinity to use. The default is NONE. Session affinity is not
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE. applicable if the protocol is UDP.
- When the protocol is UDP, this field is not used.
returned: success returned: success
type: str type: str
timeoutSec: timeoutSec:

View file

@ -393,9 +393,8 @@ resources:
type: str type: str
sessionAffinity: sessionAffinity:
description: description:
- Type of session affinity to use. The default is NONE. - Type of session affinity to use. The default is NONE. Session affinity is
- When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE. not applicable if the protocol is UDP.
- When the protocol is UDP, this field is not used.
returned: success returned: success
type: str type: str
timeoutSec: timeoutSec: