Home
last modified time | relevance | path

Searched refs:SecretReference (Results 1 – 25 of 571) sorted by relevance

12345678910>>...23

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/api/v1/persistentvolume/
H A Dutil_test.go50 SecretRef: &corev1.SecretReference{
57 SecretRef: &corev1.SecretReference{
62 SecretRef: &corev1.SecretReference{
69 SecretRef: &corev1.SecretReference{
76 SecretRef: &corev1.SecretReference{
82 SecretRef: &corev1.SecretReference{
88 SecretRef: &corev1.SecretReference{
95 SecretRef: &corev1.SecretReference{
101 SecretRef: &corev1.SecretReference{
108 SecretRef: &corev1.SecretReference{
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/service/
H A Dparse.go15 …ient.SecretAPIClient, requestedSecrets []*swarmtypes.SecretReference) ([]*swarmtypes.SecretReferen… argument
17 return []*swarmtypes.SecretReference{}, nil
20 secretRefs := make(map[string]*swarmtypes.SecretReference)
27 secretRef := new(swarmtypes.SecretReference)
49 addedSecrets := []*swarmtypes.SecretReference{}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/service/
H A Dparse.go15 …ient.SecretAPIClient, requestedSecrets []*swarmtypes.SecretReference) ([]*swarmtypes.SecretReferen… argument
17 return []*swarmtypes.SecretReference{}, nil
20 secretRefs := make(map[string]*swarmtypes.SecretReference)
27 secretRef := new(swarmtypes.SecretReference)
49 addedSecrets := []*swarmtypes.SecretReference{}
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/service/
H A Dparse.go15 …ient.SecretAPIClient, requestedSecrets []*swarmtypes.SecretReference) ([]*swarmtypes.SecretReferen… argument
17 return []*swarmtypes.SecretReference{}, nil
20 secretRefs := make(map[string]*swarmtypes.SecretReference)
27 secretRef := new(swarmtypes.SecretReference)
49 addedSecrets := []*swarmtypes.SecretReference{}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/command/service/
H A Dparse.go15 ….APIClient, requestedSecrets []*types.SecretRequestOption) ([]*swarmtypes.SecretReference, error) {
16 secretRefs := make(map[string]*swarmtypes.SecretReference)
23 secretRef := &swarmtypes.SecretReference{
53 addedSecrets := []*swarmtypes.SecretReference{}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go42 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
43 refs := []*swarmtypes.SecretReference{}
46 ref := &swarmtypes.SecretReference{
H A Dcontainer.go89 func secretReferencesToGRPC(sr []*types.SecretReference) []*swarmapi.SecretReference { argument
90 refs := make([]*swarmapi.SecretReference, 0, len(sr))
92 ref := &swarmapi.SecretReference{
112 func secretReferencesFromGRPC(sr []*swarmapi.SecretReference) []*types.SecretReference { argument
113 refs := make([]*types.SecretReference, 0, len(sr))
121 refs = append(refs, &types.SecretReference{
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go41 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
42 refs := []*swarmtypes.SecretReference{}
45 ref := &swarmtypes.SecretReference{
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go41 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
42 refs := []*swarmtypes.SecretReference{}
45 ref := &swarmtypes.SecretReference{
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
H A Dcontainer.go138 func secretReferencesToGRPC(sr []*types.SecretReference) []*swarmapi.SecretReference { argument
139 refs := make([]*swarmapi.SecretReference, 0, len(sr))
141 ref := &swarmapi.SecretReference{
162 func secretReferencesFromGRPC(sr []*swarmapi.SecretReference) []*types.SecretReference { argument
163 refs := make([]*types.SecretReference, 0, len(sr))
171 refs = append(refs, &types.SecretReference{
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/cluster/convert/
H A Dsecret.go58 func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference { argument
59 refs := []*swarmtypes.SecretReference{}
62 ref := &swarmtypes.SecretReference{
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/docker/cli/opts/
H A Dsecret.go15 values []*swarmtypes.SecretReference
26 options := &swarmtypes.SecretReference{
96 func (o *SecretOpt) Value() []*swarmtypes.SecretReference {
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/opts/
H A Dsecret.go15 values []*swarmtypes.SecretReference
26 options := &swarmtypes.SecretReference{
96 func (o *SecretOpt) Value() []*swarmtypes.SecretReference {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/opts/
H A Dsecret.go15 values []*swarmtypes.SecretReference
26 options := &swarmtypes.SecretReference{
99 func (o *SecretOpt) Value() []*swarmtypes.SecretReference {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/opts/
H A Dsecret.go15 values []*swarmtypes.SecretReference
26 options := &swarmtypes.SecretReference{
99 func (o *SecretOpt) Value() []*swarmtypes.SecretReference {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/opts/
H A Dsecret.go15 values []*swarmtypes.SecretReference
26 options := &swarmtypes.SecretReference{
99 func (o *SecretOpt) Value() []*swarmtypes.SecretReference {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/opts/
H A Dsecret.go15 values []*swarmtypes.SecretReference
26 options := &swarmtypes.SecretReference{
99 func (o *SecretOpt) Value() []*swarmtypes.SecretReference {

12345678910>>...23