Files
velero/internal/credentials/local.go
Lyndon-Li 92c72b1a63 data path for vgdp ms pvb
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
2025-06-03 13:25:48 +08:00

8 lines
112 B
Go

package credentials
import "os"
func DefaultStoreDirectory() string {
return os.TempDir() + "/credentials"
}