Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 169 for NodePublishSecretRef (0.23 sec)

  1. 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)
  2. 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)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                  "readOnly": true,
                  "fsType": "fsTypeValue",
                  "volumeAttributes": {
                    "volumeAttributesKey": "volumeAttributesValue"
                  },
                  "nodePublishSecretRef": {
                    "name": "nameValue"
                  }
                },
                "ephemeral": {
                  "volumeClaimTemplate": {
                    "metadata": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

                  "readOnly": true,
                  "fsType": "fsTypeValue",
                  "volumeAttributes": {
                    "volumeAttributesKey": "volumeAttributesValue"
                  },
                  "nodePublishSecretRef": {
                    "name": "nameValue"
                  }
                },
                "ephemeral": {
                  "volumeClaimTemplate": {
                    "metadata": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                  "readOnly": true,
                  "fsType": "fsTypeValue",
                  "volumeAttributes": {
                    "volumeAttributesKey": "volumeAttributesValue"
                  },
                  "nodePublishSecretRef": {
                    "name": "nameValue"
                  }
                },
                "ephemeral": {
                  "volumeClaimTemplate": {
                    "metadata": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K 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.v1beta1.Deployment.json

                  "readOnly": true,
                  "fsType": "fsTypeValue",
                  "volumeAttributes": {
                    "volumeAttributesKey": "volumeAttributesValue"
                  },
                  "nodePublishSecretRef": {
                    "name": "nameValue"
                  }
                },
                "ephemeral": {
                  "volumeClaimTemplate": {
                    "metadata": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top