Home
last modified time | relevance | path

Searched defs:GcpResource (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dcompute.py35 class GcpResource: class in ComputeV1
86 health_check: GcpResource,
135 dst_default_backend_service: GcpResource,
136 dst_host_rule_match_backend_service: Optional[GcpResource] = None,
162 url_map: GcpResource,
177 url_map: GcpResource,
192 target_proxy: GcpResource,
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py24 GcpResource = _ComputeV1.GcpResource variable
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py2957 class GcpResource(object): class