[robovast.cluster_configs]
azure=robovast.execution.cluster_config.azure:AzureClusterConfig
gcp=robovast.execution.cluster_config.gcp:GcpClusterConfig
minikube=robovast.execution.cluster_config.minikube:MinikubeClusterConfig
rke2=robovast.execution.cluster_config.rke2:Rke2ClusterConfig

[robovast.cluster_plugins]
cleanup=robovast.execution.cluster_execution.cli:cleanup
jobs-cleanup=robovast.execution.cluster_execution.cli:run_cleanup
monitor=robovast.execution.cluster_execution.cli:monitor
setup=robovast.execution.cluster_execution.cli:setup

[robovast.execution_backends]
cluster=robovast.execution.cluster_execution.serve_backend:ClusterServeBackend

[robovast.service_plugins]
token=robovast.execution.cluster_execution.cli:cluster_token
upgrade=robovast.execution.cluster_execution.cli:upgrade

