Skip to content

Commit

Permalink
Change docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeng21 committed Feb 1, 2024
1 parent 03deee7 commit c81e292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acto/kubernetes_engine/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def get_context_name(self, cluster_name: str) -> str:

@abstractmethod
def create_cluster(self, name: str, kubeconfig: str):
"""Use subprocess to create minikube cluster
"""Use subprocess to create cluster
Args:
name: name of the minikube cluster
name: name of the cluster
config: path of the config file for cluster
version: k8s version
"""
Expand All @@ -60,7 +60,7 @@ def delete_cluster(
):
"""Delete a cluster
Args:
name: name of the minikube cluster
name: name of the cluster
kubeconfig: path of the config file for cluster
"""

Expand Down

0 comments on commit c81e292

Please sign in to comment.