We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb046b commit c4652ddCopy full SHA for c4652dd
pkg/functions/errors.go
@@ -37,7 +37,7 @@ var (
37
38
// ErrInvalidDomain is returned when a domain name doesn't meet DNS subdomain requirements
39
ErrInvalidDomain = errors.New("invalid domain")
40
-
+
41
// ErrInvalidKubeconfig is returned when the kubeconfig file path is invalid or inaccessible
42
ErrInvalidKubeconfig = errors.New("invalid kubeconfig")
43
0 commit comments