Home
last modified time | relevance | path

Searched refs:SecretName (Results 1 – 25 of 1457) sorted by relevance

12345678910>>...59

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/csi-translation-lib/plugins/
H A Dazure_file.go74 accountName, err := getStorageAccountName(azureSource.SecretName)
77 accountName = azureSource.SecretName
100 Name: azureSource.SecretName,
121 accountName, err := getStorageAccountName(azureSource.SecretName)
124 accountName = azureSource.SecretName
139 Name: azureSource.SecretName,
176 azureSource.SecretName = v
185 azureSource.SecretName = csiSource.NodeStageSecretRef.Name
188 if azureSource.ShareName == "" || azureSource.SecretName == "" {
196 if azureSource.SecretName == "" {
[all …]
H A Dazure_file_test.go126 SecretName: "secretname",
158 SecretName: "secretname",
234 SecretName: "secretname",
272 SecretName: "secretname",
367 SecretName: "ut",
416 SecretName: "azure-storage-account-st-secret",
451 SecretName: secretName,
489 SecretName: secretName,
522 SecretName: "azure-storage-account-st-secret",
/dports/security/vault/vault-1.8.2/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ssm/v20190923/
H A Dmodels.go28 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
79 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
112 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
143 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
168 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
199 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
224 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
251 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
291 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
340 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/secret/
H A Dls_test.go53 SecretName("1-foo"),
59 SecretName("10-foo"),
66 SecretName("2-foo"),
84 *Secret(SecretID("ID-foo"), SecretName("foo")),
85 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
101 *Secret(SecretID("ID-foo"), SecretName("foo")),
102 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
120 *Secret(SecretID("ID-foo"), SecretName("foo")),
121 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
140 SecretName("foo"),
[all …]
H A Dinspect_test.go45 return *Secret(SecretName("foo")), nil, nil
80 return *Secret(SecretID("ID-foo"), SecretName("foo")), nil, nil
87 return *Secret(SecretID("ID-"+name), SecretName(name), SecretLabels(map[string]string{
106 return *Secret(SecretName("foo"), SecretLabels(map[string]string{
154 SecretName("secretName"),
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/secret/
H A Dls_test.go53 SecretName("1-foo"),
59 SecretName("10-foo"),
66 SecretName("2-foo"),
84 *Secret(SecretID("ID-foo"), SecretName("foo")),
85 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
101 *Secret(SecretID("ID-foo"), SecretName("foo")),
102 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
120 *Secret(SecretID("ID-foo"), SecretName("foo")),
121 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
140 SecretName("foo"),
[all …]
H A Dinspect_test.go45 return *Secret(SecretName("foo")), nil, nil
80 return *Secret(SecretID("ID-foo"), SecretName("foo")), nil, nil
87 return *Secret(SecretID("ID-"+name), SecretName(name), SecretLabels(map[string]string{
106 return *Secret(SecretName("foo"), SecretLabels(map[string]string{
154 SecretName("secretName"),
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/secret/
H A Dls_test.go54 SecretName("1-foo"),
60 SecretName("10-foo"),
67 SecretName("2-foo"),
85 *Secret(SecretID("ID-foo"), SecretName("foo")),
86 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
102 *Secret(SecretID("ID-foo"), SecretName("foo")),
103 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
121 *Secret(SecretID("ID-foo"), SecretName("foo")),
122 *Secret(SecretID("ID-bar"), SecretName("bar"), SecretLabels(map[string]string{
141 SecretName("foo"),
[all …]
H A Dinspect_test.go46 return *Secret(SecretName("foo")), nil, nil
81 return *Secret(SecretID("ID-foo"), SecretName("foo")), nil, nil
88 return *Secret(SecretID("ID-"+name), SecretName(name), SecretLabels(map[string]string{
107 return *Secret(SecretName("foo"), SecretLabels(map[string]string{
155 SecretName("secretName"),
/dports/devel/gh/cli-2.4.0/pkg/cmd/secret/remove/
H A Dremove.go22 SecretName string member
54 opts.SecretName = args[0]
90 path = fmt.Sprintf("orgs/%s/actions/secrets/%s", orgName, opts.SecretName)
92 …Sprintf("repos/%s/environments/%s/secrets/%s", ghrepo.FullName(baseRepo), envName, opts.SecretName)
94 path = fmt.Sprintf("user/codespaces/secrets/%s", opts.SecretName)
96 path = fmt.Sprintf("repos/%s/actions/secrets/%s", ghrepo.FullName(baseRepo), opts.SecretName)
111 return fmt.Errorf("failed to delete secret %s: %w", opts.SecretName, err)
123 …%s from %s environment on %s\n", cs.SuccessIconWithColor(cs.Red), opts.SecretName, envName, target)
125 …IO.Out, "%s Removed secret %s from %s\n", cs.SuccessIconWithColor(cs.Red), opts.SecretName, target)
H A Dremove_test.go33 SecretName: "cool",
40 SecretName: "cool",
48 SecretName: "cool",
56 SecretName: "cool",
89 assert.Equal(t, tt.wants.SecretName, gotOpts.SecretName)
117 SecretName: "cool_secret",
146 SecretName: "cool_secret",
201 tt.opts.SecretName = "tVirus"
230 SecretName: "cool_secret",
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ssm/v20190923/
H A Dmodels.go27 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
110 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
144 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
189 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
225 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
276 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
309 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
347 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
372 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
480 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
[all …]
/dports/sysutils/terraform/tencentcloud-sdk-go-1.0.233/tencentcloud/ssm/v20190923/
H A Dmodels.go27 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
110 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
144 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
189 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
225 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
276 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
309 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
347 SecretName *string `json:"SecretName,omitempty" name:"SecretName"`
372 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
480 SecretName *string `json:"SecretName,omitempty" name:"SecretName"` member
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/opts/
H A Dsecret.go37 options.SecretName = fields[0]
53 options.SecretName = value
72 if options.SecretName == "" {
76 options.File.Name = options.SecretName
92 repr := fmt.Sprintf("%s -> %s", secret.SecretName, secret.File.Name)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/opts/
H A Dsecret.go37 options.SecretName = fields[0]
53 options.SecretName = value
72 if options.SecretName == "" {
76 options.File.Name = options.SecretName
92 repr := fmt.Sprintf("%s -> %s", secret.SecretName, secret.File.Name)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/opts/
H A Dsecret.go37 options.SecretName = fields[0]
53 options.SecretName = value
72 if options.SecretName == "" {
76 options.File.Name = options.SecretName
92 repr := fmt.Sprintf("%s -> %s", secret.SecretName, secret.File.Name)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/opts/
H A Dsecret.go37 options.SecretName = fields[0]
53 options.SecretName = value
72 if options.SecretName == "" {
76 options.File.Name = options.SecretName
92 repr := fmt.Sprintf("%s -> %s", secret.SecretName, secret.File.Name)
/dports/devel/gh/cli-2.4.0/pkg/cmd/secret/set/
H A Dset_test.go67 SecretName: "cool_secret",
78 SecretName: "cool_secret",
89 SecretName: "cool_secret",
110 SecretName: "cool_secret",
120 SecretName: "cool_secret",
131 SecretName: "cool_secret",
141 SecretName: "cool_secret",
177 assert.Equal(t, tt.wants.SecretName, gotOpts.SecretName)
207 SecretName: "cool_secret",
246 SecretName: "cool_secret",
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/command/service/
H A Dparse.go30 SecretName: secret.Source,
38 args.Add("names", s.SecretName)
56 id, ok := foundSecrets[ref.SecretName]
58 return nil, fmt.Errorf("secret not found: %s", ref.SecretName)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/docker/cli/opts/
H A Dsecret.go37 options.SecretName = fields[0]
53 options.SecretName = value
72 if options.SecretName == "" {
89 repr := fmt.Sprintf("%s -> %s", secret.SecretName, secret.File.Name)
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/opts/
H A Dsecret.go37 options.SecretName = fields[0]
53 options.SecretName = value
72 if options.SecretName == "" {
89 repr := fmt.Sprintf("%s -> %s", secret.SecretName, secret.File.Name)
H A Dsecret_test.go20 assert.Check(t, is.Equal("app-secret", req.SecretName))
35 assert.Check(t, is.Equal("foo", req.SecretName))
48 assert.Check(t, is.Equal("foo", req.SecretName))
60 assert.Check(t, is.Equal("foo", req.SecretName))
75 assert.Check(t, is.Equal("foo", req.SecretName))
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/vault/
H A Dcreate_secret_details.go26 SecretName *string `mandatory:"true" json:"secretName"` member
71 SecretName *string `json:"secretName"`
115 m.SecretName = model.SecretName
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/vsphere/
H A Dcredentialmanager.go60 SecretName string member
77 …klog.Warningf("secret %q not found in namespace %q", secretCredentialManager.SecretName, secretCre…
94 …cretLister.Secrets(secretCredentialManager.SecretNamespace).Get(secretCredentialManager.SecretName)
96 …klog.Errorf("Cannot get secret %s in namespace %s. error: %q", secretCredentialManager.SecretName,…
102 …Since, secrets have same resource version %q", secretCredentialManager.SecretName, cacheSecret.Get…
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/service/
H A Dparse.go25 return nil, errors.Errorf("duplicate secret target for %s not allowed", secret.SecretName)
34 args.Add("name", s.SecretName)
52 id, ok := foundSecrets[ref.SecretName]
54 return nil, errors.Errorf("secret not found: %s", ref.SecretName)

12345678910>>...59