Home
last modified time | relevance | path

Searched refs:SecretVolumeSource (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/common/storage/
H A Dsecrets_volume.go150 Secret: &v1.SecretVolumeSource{
158 Secret: &v1.SecretVolumeSource{
267 Secret: &v1.SecretVolumeSource{
276 Secret: &v1.SecretVolumeSource{
285 Secret: &v1.SecretVolumeSource{
486 Secret: &v1.SecretVolumeSource{
555 Secret: &v1.SecretVolumeSource{
619 Secret: &v1.SecretVolumeSource{
674 Secret: &v1.SecretVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/secret/
H A Dsecret.go128 Secret: &v1.SecretVolumeSource{
155 source v1.SecretVolumeSource
326 func getVolumeSource(spec *volume.Spec) (*v1.SecretVolumeSource, bool) {
328 var volumeSource *v1.SecretVolumeSource
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/auth/authorizer/node/
H A Dnode_authorizer_test.go360 … {VolumeSource: corev1.VolumeSource{Secret: &corev1.SecretVolumeSource{SecretName: "node1-only"}}},
361 …{VolumeSource: corev1.VolumeSource{Secret: &corev1.SecretVolumeSource{SecretName: "node1-node2-onl…
362 … {VolumeSource: corev1.VolumeSource{Secret: &corev1.SecretVolumeSource{SecretName: "shared-all"}}},
371 …{VolumeSource: corev1.VolumeSource{Secret: &corev1.SecretVolumeSource{SecretName: "node1-node2-onl…
372 … {VolumeSource: corev1.VolumeSource{Secret: &corev1.SecretVolumeSource{SecretName: "shared-all"}}},
382 … {VolumeSource: corev1.VolumeSource{Secret: &corev1.SecretVolumeSource{SecretName: "shared-all"}}},
862 Secret: &corev1.SecretVolumeSource{SecretName: fmt.Sprintf("secret%d-%s", i, pod.Name)},
869 Secret: &corev1.SecretVolumeSource{SecretName: fmt.Sprintf("secret%d-shared", i)},
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dsecretvolumesource.go32 func SecretVolumeSource() *SecretVolumeSourceApplyConfiguration { func
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/upgrades/node/
H A Dsecrets.go97 Secret: &v1.SecretVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/storage/
H A Dephemeral_volume.go112 Secret: &v1.SecretVolumeSource{
H A Dsubpath.go61 …athTestPod(f, "secret-key", "secret", &v1.VolumeSource{Secret: &v1.SecretVolumeSource{SecretName: …
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/secrets/
H A Dsecrets_test.go82 Secret: &v1.SecretVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/admission/serviceaccount/
H A Dadmission_test.go124 {VolumeSource: api.VolumeSource{Secret: &api.SecretVolumeSource{SecretName: "mysecret"}}},
471 {VolumeSource: api.VolumeSource{Secret: &api.SecretVolumeSource{SecretName: "foo"}}},
548 {VolumeSource: api.VolumeSource{Secret: &api.SecretVolumeSource{SecretName: "foo"}}},
626 {VolumeSource: api.VolumeSource{Secret: &api.SecretVolumeSource{SecretName: "foo"}}},
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/pod-security-admission/policy/
H A Dcheck_restrictedVolumes_test.go38 {Name: "a2", VolumeSource: corev1.VolumeSource{Secret: &corev1.SecretVolumeSource{}}},
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1709 type SecretVolumeSource struct { struct
1763 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
1764 type NoMethod SecretVolumeSource
1848 Secret *SecretVolumeSource `json:"secret,omitempty"`
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1791 type SecretVolumeSource struct { struct
1845 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
1846 type NoMethod SecretVolumeSource
1930 Secret *SecretVolumeSource `json:"secret,omitempty"`
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1806 type SecretVolumeSource struct { struct
1865 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
1866 type NoMethod SecretVolumeSource
1950 Secret *SecretVolumeSource `json:"secret,omitempty"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1709 type SecretVolumeSource struct { struct
1763 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
1764 type NoMethod SecretVolumeSource
1848 Secret *SecretVolumeSource `json:"secret,omitempty"`
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1709 type SecretVolumeSource struct { struct
1763 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
1764 type NoMethod SecretVolumeSource
1848 Secret *SecretVolumeSource `json:"secret,omitempty"`
/dports/www/tusd/tusd-1.8.0/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1806 type SecretVolumeSource struct { struct
1865 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
1866 type NoMethod SecretVolumeSource
1950 Secret *SecretVolumeSource `json:"secret,omitempty"`
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1791 type SecretVolumeSource struct { struct
1845 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
1846 type NoMethod SecretVolumeSource
1930 Secret *SecretVolumeSource `json:"secret,omitempty"`
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/api/run/v1alpha1/
H A Drun-gen.go1986 type SecretVolumeSource struct { struct
2025 func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) { argument
2026 type NoMethod SecretVolumeSource
2152 Secret *SecretVolumeSource `json:"secret,omitempty"`

12345678910>>...15