Skip to content

Commit

Permalink
alias sky.K8s for sky.Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
cg505 committed Oct 22, 2024
1 parent f5d4f64 commit 4fd94ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def set_proxy_env_var(proxy_var: str, urllib_var: Optional[str]):
Lambda = clouds.Lambda
SCP = clouds.SCP
Kubernetes = clouds.Kubernetes
K8s = Kubernetes
OCI = clouds.OCI
Paperspace = clouds.Paperspace
RunPod = clouds.RunPod
Expand All @@ -143,6 +144,7 @@ def set_proxy_env_var(proxy_var: str, urllib_var: Optional[str]):
'GCP',
'IBM',
'Kubernetes',
'K8s',
'Lambda',
'OCI',
'Paperspace',
Expand Down

0 comments on commit 4fd94ab

Please sign in to comment.