浏览代码

"GetAllSecrets not implemented" -> "GetAllSecrets not supported"

Docs 4 年之前
父节点
当前提交
f4f2170502
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/provider/yandex/common/secretsclient.go

+ 1 - 1
pkg/provider/yandex/common/secretsclient.go

@@ -31,7 +31,7 @@ type yandexCloudSecretsClient struct {
 
 func (c *yandexCloudSecretsClient) GetAllSecrets(ctx context.Context, ref esv1beta1.ExternalSecretFind) (map[string][]byte, error) {
 	// TO be implemented
-	return nil, fmt.Errorf("GetAllSecrets not implemented")
+	return nil, fmt.Errorf("GetAllSecrets not supported")
 }
 
 func (c *yandexCloudSecretsClient) GetSecret(ctx context.Context, ref esv1beta1.ExternalSecretDataRemoteRef) ([]byte, error) {