Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 88abbf2

Browse files
committed
fix k8sPoint
1 parent c07982d commit 88abbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcore/resource_gcore_k8s.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
K8sPoint = "k8s"
19+
K8sPoint = "k8s/clusters"
2020
K8sCreateTimeout = 3600
2121
)
2222

0 commit comments

Comments
 (0)