probeEKS

list_clusters

List EKS clusters available to the authenticated account

Activity as code

Below are the details and signature of the activity Python module.

Typeprobe
Modulechaosaws.eks.probes
Namelist_clusters
Returnmapping

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

NameTypeDefaultRequiredTitleDescription

Signature

def list_clusters(configuration: Dict[str, Dict[str, str]] = None,
                  secrets: Dict[str, Dict[str, str]] = None) -> Dict[str, Any]:
    pass