fix(doc): Fix the docstring following Go recommandation

This commit is contained in:
2025-07-06 11:41:19 +02:00
parent 09c2c86d59
commit 7e76543c48

View File

@@ -14,7 +14,7 @@ import (
corev1 "k8s.io/api/core/v1"
)
// Default values for permissions apply to created directories.
// DirectoryPermission is the default values for permissions apply to created directories.
const DirectoryPermission = 0o755
// TplName returns the name of the kubernetes resource as a template string.