in cli/gke_check.py [0:0]
def __init__(
self,
name: str,
description: str,
machine_type: str,
supported_machine_types: frozenset[str],
nodes: list[str],
results_labels: list[str] | None,
launch_label: str | None,
launch_label_value: str = 'true',
run_only_on_available_nodes: bool = False,
kubectl_core_api: client.CoreV1Api | None = None,
timeout_sec: int = 15 * 60,
dry_run: bool = False,
container_name: str | None = None,