Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for NodePublishSecretRef (0.24 sec)

  1. pkg/api/v1/persistentvolume/util_test.go

    			PersistentVolumeSource: corev1.PersistentVolumeSource{
    				CSI: &corev1.CSIPersistentVolumeSource{
    					NodePublishSecretRef: &corev1.SecretReference{
    						Name:      "Spec.PersistentVolumeSource.CSI.NodePublishSecretRef",
    						Namespace: "csi"}}}}},
    		{Spec: corev1.PersistentVolumeSpec{
    			ClaimRef: &corev1.ObjectReference{Namespace: "claimrefns", Name: "claimrefname"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_block.go

    	}
    
    	nodePublishSecrets := map[string]string{}
    	if csiSource.NodePublishSecretRef != nil {
    		nodePublishSecrets, err = getCredentialsFromSecret(m.k8s, csiSource.NodePublishSecretRef)
    		if err != nil {
    			return "", errors.New(log("blockMapper.publishVolumeForBlock failed to get NodePublishSecretRef %s/%s: %v",
    				csiSource.NodePublishSecretRef.Namespace, csiSource.NodePublishSecretRef.Name, err))
    		}
    	}
    
    	publishPath := m.getPublishPath()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. pkg/volume/csi/csi_mounter.go

    		}
    		if volSrc.FSType != nil {
    			fsType = *volSrc.FSType
    		}
    
    		volAttribs = volSrc.VolumeAttributes
    
    		if volSrc.NodePublishSecretRef != nil {
    			secretName := volSrc.NodePublishSecretRef.Name
    			ns := c.pod.Namespace
    			secretRef = &api.SecretReference{Name: secretName, Namespace: ns}
    		}
    	case pvSrc != nil:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 30 10:47:59 UTC 2024
    - 21K bytes
    - Viewed (1)
  4. pkg/api/v1/pod/util.go

    		case source.StorageOS != nil:
    			if source.StorageOS.SecretRef != nil && !visitor(source.StorageOS.SecretRef.Name) {
    				return false
    			}
    		case source.CSI != nil:
    			if source.CSI.NodePublishSecretRef != nil && !visitor(source.CSI.NodePublishSecretRef.Name) {
    				return false
    			}
    		}
    	}
    	return true
    }
    
    // visitContainerSecretNames returns true unless the visitor returned false when invoked with a secret reference
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 24 17:18:04 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  5. pkg/api/v1/pod/util_test.go

    							Name: "Spec.Volumes[*].VolumeSource.StorageOS.SecretRef"}}}}, {
    				VolumeSource: v1.VolumeSource{
    					CSI: &v1.CSIVolumeSource{
    						NodePublishSecretRef: &v1.LocalObjectReference{
    							Name: "Spec.Volumes[*].VolumeSource.CSI.NodePublishSecretRef"}}}}},
    			EphemeralContainers: []v1.EphemeralContainer{{
    				EphemeralContainerCommon: v1.EphemeralContainerCommon{
    					EnvFrom: []v1.EnvFromSource{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 32.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.ReplicaSet.yaml

                mode: 3
                path: pathValue
              name: nameValue
              optional: true
            csi:
              driver: driverValue
              fsType: fsTypeValue
              nodePublishSecretRef:
                name: nameValue
              readOnly: true
              volumeAttributes:
                volumeAttributesKey: volumeAttributesValue
            downwardAPI:
              defaultMode: 2
              items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.PodTemplate.yaml

            - key: keyValue
              mode: 3
              path: pathValue
            name: nameValue
            optional: true
          csi:
            driver: driverValue
            fsType: fsTypeValue
            nodePublishSecretRef:
              name: nameValue
            readOnly: true
            volumeAttributes:
              volumeAttributesKey: volumeAttributesValue
          downwardAPI:
            defaultMode: 2
            items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.ReplicaSet.yaml

                mode: 3
                path: pathValue
              name: nameValue
              optional: true
            csi:
              driver: driverValue
              fsType: fsTypeValue
              nodePublishSecretRef:
                name: nameValue
              readOnly: true
              volumeAttributes:
                volumeAttributesKey: volumeAttributesValue
            downwardAPI:
              defaultMode: 2
              items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

                mode: 3
                path: pathValue
              name: nameValue
              optional: true
            csi:
              driver: driverValue
              fsType: fsTypeValue
              nodePublishSecretRef:
                name: nameValue
              readOnly: true
              volumeAttributes:
                volumeAttributesKey: volumeAttributesValue
            downwardAPI:
              defaultMode: 2
              items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

                mode: 3
                path: pathValue
              name: nameValue
              optional: true
            csi:
              driver: driverValue
              fsType: fsTypeValue
              nodePublishSecretRef:
                name: nameValue
              readOnly: true
              volumeAttributes:
                volumeAttributesKey: volumeAttributesValue
            downwardAPI:
              defaultMode: 2
              items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top