Google Cloud
delete_service
Deletes a Cloud Run service
Below are the details and signature of the activity Python module.
Type | probe |
Module | chaosgcp.cloudrun.probes |
Name | list_services |
Return | list |
Usage
JSON
{
"name": "list-services",
"type": "probe",
"provider": {
"type": "python",
"module": "chaosgcp.cloudrun.probes",
"func": "list_services",
"arguments": {
"parent": ""
}
}
}
YAML
name: list-services
provider:
arguments:
parent: ''
func: list_services
module: chaosgcp.cloudrun.probes
type: python
type: probe
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
parent | string | Yes | Project Path | Full project path such as projects/PROJECT_ID/locations/LOC |
Signature
def list_services(
parent: str,
configuration: Dict[str, Dict[str, str]] = None,
secrets: Dict[str, Dict[str, str]] = None) -> List[Dict[str, Any]]:
pass