Variables | |
action | |
argp | |
args = argp.parse_args() | |
list | balancer_records = [] |
const | |
default | |
fallback_ips = args.fallback_ips.split(',') | |
list | fallback_records = [] |
grpclb_ips = args.grpclb_ips.split(',') | |
help | |
records_config_path = tempfile.mktemp() | |
dictionary | records_config_yaml |
type | |
run_dns_server_for_lb_interop_tests.action |
Definition at line 43 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.argp |
Definition at line 26 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.args = argp.parse_args() |
Definition at line 48 of file run_dns_server_for_lb_interop_tests.py.
dictionary run_dns_server_for_lb_interop_tests.balancer_records = [] |
Definition at line 50 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.const |
Definition at line 44 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.default |
Definition at line 30 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.fallback_ips = args.fallback_ips.split(',') |
Definition at line 60 of file run_dns_server_for_lb_interop_tests.py.
list run_dns_server_for_lb_interop_tests.fallback_records = [] |
Definition at line 59 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.grpclb_ips = args.grpclb_ips.split(',') |
Definition at line 51 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.help |
Definition at line 32 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.records_config_path = tempfile.mktemp() |
Definition at line 98 of file run_dns_server_for_lb_interop_tests.py.
dictionary run_dns_server_for_lb_interop_tests.records_config_yaml |
Definition at line 68 of file run_dns_server_for_lb_interop_tests.py.
run_dns_server_for_lb_interop_tests.type |
Definition at line 31 of file run_dns_server_for_lb_interop_tests.py.