Home
last modified time | relevance | path

Searched refs:create_url_map_with_content (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py423 resource = self.compute.create_url_map_with_content(
441 def create_url_map_with_content(self, url_map_body: Any) -> GcpResource: member in TrafficDirectorManager
443 resource = self.compute.create_url_map_with_content(url_map_body)
470 resource = self.compute.create_url_map_with_content(
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_url_map_test_resources.py264 self.td.create_url_map_with_content(final_url_map)
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dcompute.py216 def create_url_map_with_content(self, url_map_body: Any) -> 'GcpResource': member in ComputeV1