Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 4,885 for projected (0.16 sec)

  1. pkg/apis/core/v1/zz_generated.defaults.go

    		}
    		if a.VolumeSource.AzureDisk != nil {
    			SetDefaults_AzureDiskVolumeSource(a.VolumeSource.AzureDisk)
    		}
    		if a.VolumeSource.Projected != nil {
    			SetDefaults_ProjectedVolumeSource(a.VolumeSource.Projected)
    			for j := range a.VolumeSource.Projected.Sources {
    				b := &a.VolumeSource.Projected.Sources[j]
    				if b.DownwardAPI != nil {
    					for k := range b.DownwardAPI.Items {
    						c := &b.DownwardAPI.Items[k]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 14:49:26 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  2. pkg/apis/extensions/v1beta1/zz_generated.defaults.go

    		}
    		if a.VolumeSource.AzureDisk != nil {
    			v1.SetDefaults_AzureDiskVolumeSource(a.VolumeSource.AzureDisk)
    		}
    		if a.VolumeSource.Projected != nil {
    			v1.SetDefaults_ProjectedVolumeSource(a.VolumeSource.Projected)
    			for j := range a.VolumeSource.Projected.Sources {
    				b := &a.VolumeSource.Projected.Sources[j]
    				if b.DownwardAPI != nil {
    					for k := range b.DownwardAPI.Items {
    						c := &b.DownwardAPI.Items[k]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:07:02 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  3. pkg/apis/batch/v1beta1/zz_generated.defaults.go

    		}
    		if a.VolumeSource.AzureDisk != nil {
    			v1.SetDefaults_AzureDiskVolumeSource(a.VolumeSource.AzureDisk)
    		}
    		if a.VolumeSource.Projected != nil {
    			v1.SetDefaults_ProjectedVolumeSource(a.VolumeSource.Projected)
    			for j := range a.VolumeSource.Projected.Sources {
    				b := &a.VolumeSource.Projected.Sources[j]
    				if b.DownwardAPI != nil {
    					for k := range b.DownwardAPI.Items {
    						c := &b.DownwardAPI.Items[k]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 20:39:47 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  4. cmd/kubelet/app/plugins.go

    	"k8s.io/kubernetes/pkg/volume/git_repo"
    	"k8s.io/kubernetes/pkg/volume/hostpath"
    	"k8s.io/kubernetes/pkg/volume/iscsi"
    	"k8s.io/kubernetes/pkg/volume/local"
    	"k8s.io/kubernetes/pkg/volume/nfs"
    	"k8s.io/kubernetes/pkg/volume/projected"
    	"k8s.io/kubernetes/pkg/volume/secret"
    )
    
    // ProbeVolumePlugins collects all volume plugins into an easy to use list.
    func ProbeVolumePlugins(featureGate featuregate.FeatureGate) ([]volume.VolumePlugin, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 13 21:09:52 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. pkg/apis/batch/v1/zz_generated.defaults.go

    		}
    		if a.VolumeSource.AzureDisk != nil {
    			corev1.SetDefaults_AzureDiskVolumeSource(a.VolumeSource.AzureDisk)
    		}
    		if a.VolumeSource.Projected != nil {
    			corev1.SetDefaults_ProjectedVolumeSource(a.VolumeSource.Projected)
    			for j := range a.VolumeSource.Projected.Sources {
    				b := &a.VolumeSource.Projected.Sources[j]
    				if b.DownwardAPI != nil {
    					for k := range b.DownwardAPI.Items {
    						c := &b.DownwardAPI.Items[k]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 20.7K bytes
    - Viewed (0)
  6. helm/minio/templates/securitycontextconstraints.yaml

      uid: {{ .Values.securityContext.runAsUser }}
    seLinuxContext:
      type: MustRunAs
    supplementalGroups:
      type: RunAsAny
    volumes:
    - configMap
    - downwardAPI
    - emptyDir
    - persistentVolumeClaim
    - projected
    - secret
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Aug 20 22:30:54 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  7. pkg/volume/projected/projected_test.go

    		t.Errorf("Got a nil Mounter")
    	}
    
    	podMetadataDir := fmt.Sprintf("%v/pods/test_pod_uid3/plugins/kubernetes.io~projected/test_volume_name", rootDir)
    	util.SetReady(podMetadataDir)
    	volumePath := mounter.GetPath()
    	if !strings.HasSuffix(volumePath, filepath.FromSlash("pods/test_pod_uid3/volumes/kubernetes.io~projected/test_volume_name")) {
    		t.Errorf("Got unexpected path: %s", volumePath)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  8. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

                initialDelaySeconds: 15
                timeoutSeconds: 15
          serviceAccountName: konnectivity-agent
          volumes:
    __EXTRA_VOLS__
            - name: konnectivity-agent-token
              projected:
                sources:
                  - serviceAccountToken:
                      path: konnectivity-agent-token
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/ztunnel.golden.yaml

            operator: Exists
          - key: CriticalAddonsOnly
            operator: Exists
          - effect: NoExecute
            operator: Exists
          volumes:
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: istio-ca
                  expirationSeconds: 43200
                  path: istio-token
          - configMap:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 31 23:49:40 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. pkg/api/v1/pod/util_test.go

    							Name: "Spec.Volumes[*].VolumeSource.FlexVolume.SecretRef"}}}}, {
    				VolumeSource: v1.VolumeSource{
    					Projected: &v1.ProjectedVolumeSource{
    						Sources: []v1.VolumeProjection{{
    							Secret: &v1.SecretProjection{
    								LocalObjectReference: v1.LocalObjectReference{
    									Name: "Spec.Volumes[*].VolumeSource.Projected.Sources[*].Secret"}}}}}}}, {
    				VolumeSource: v1.VolumeSource{
    					RBD: &v1.RBDVolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 32.1K bytes
    - Viewed (0)
Back to top