AWS
create_cluster
Create a new EKS cluster
Below are the details and signature of the activity Python module.
Type | probe |
Module | chaosaws.eks.probes |
Name | list_clusters |
Return | mapping |
Usage
JSON
{
"name": "list-clusters",
"type": "probe",
"provider": {
"type": "python",
"module": "chaosaws.eks.probes",
"func": "list_clusters"
}
}
YAML
name: list-clusters
provider:
func: list_clusters
module: chaosaws.eks.probes
type: python
type: probe
Arguments
Name | Type | Default | Required | Title | Description |
---|
Signature
def list_clusters(configuration: Dict[str, Dict[str, str]] = None,
secrets: Dict[str, Dict[str, str]] = None) -> Dict[str, Any]:
pass