Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 241 for SecretRef (0.11 sec)

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

    		"Spec.PersistentVolumeSource.CephFS.SecretRef",
    		"Spec.PersistentVolumeSource.Cinder.SecretRef",
    		"Spec.PersistentVolumeSource.FlexVolume.SecretRef",
    		"Spec.PersistentVolumeSource.RBD.SecretRef",
    		"Spec.PersistentVolumeSource.ScaleIO.SecretRef",
    		"Spec.PersistentVolumeSource.ISCSI.SecretRef",
    		"Spec.PersistentVolumeSource.StorageOS.SecretRef",
    		"Spec.PersistentVolumeSource.CSI.ControllerPublishSecretRef",
    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/api/v1/persistentvolume/util.go

    			if !visitor(ns, source.RBD.SecretRef.Name, true /* kubeletVisible */) {
    				return false
    			}
    		}
    	case source.ScaleIO != nil:
    		if source.ScaleIO.SecretRef != nil {
    			ns := getClaimRefNamespace(pv)
    			if source.ScaleIO.SecretRef != nil && len(source.ScaleIO.SecretRef.Namespace) > 0 {
    				ns = source.ScaleIO.SecretRef.Namespace
    			}
    			if !visitor(ns, source.ScaleIO.SecretRef.Name, true /* kubeletVisible */) {
    				return false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 05 03:36:23 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolume.json

          "chapAuthDiscovery": true,
          "chapAuthSession": true,
          "secretRef": {
            "name": "nameValue",
            "namespace": "namespaceValue"
          },
          "initiatorName": "initiatorNameValue"
        },
        "cinder": {
          "volumeID": "volumeIDValue",
          "fsType": "fsTypeValue",
          "readOnly": true,
          "secretRef": {
            "name": "nameValue",
            "namespace": "namespaceValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PersistentVolume.yaml

      cephfs:
        monitors:
        - monitorsValue
        path: pathValue
        readOnly: true
        secretFile: secretFileValue
        secretRef:
          name: nameValue
          namespace: namespaceValue
        user: userValue
      cinder:
        fsType: fsTypeValue
        readOnly: true
        secretRef:
          name: nameValue
          namespace: namespaceValue
        volumeID: volumeIDValue
      claimRef:
        apiVersion: apiVersionValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/storage.k8s.io.v1.VolumeAttachment.json

              "chapAuthSession": true,
              "secretRef": {
                "name": "nameValue",
                "namespace": "namespaceValue"
              },
              "initiatorName": "initiatorNameValue"
            },
            "cinder": {
              "volumeID": "volumeIDValue",
              "fsType": "fsTypeValue",
              "readOnly": true,
              "secretRef": {
                "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1.VolumeAttachment.yaml

            - monitorsValue
            path: pathValue
            readOnly: true
            secretFile: secretFileValue
            secretRef:
              name: nameValue
              namespace: namespaceValue
            user: userValue
          cinder:
            fsType: fsTypeValue
            readOnly: true
            secretRef:
              name: nameValue
              namespace: namespaceValue
            volumeID: volumeIDValue
          claimRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1beta1.VolumeAttachment.json

              "chapAuthSession": true,
              "secretRef": {
                "name": "nameValue",
                "namespace": "namespaceValue"
              },
              "initiatorName": "initiatorNameValue"
            },
            "cinder": {
              "volumeID": "volumeIDValue",
              "fsType": "fsTypeValue",
              "readOnly": true,
              "secretRef": {
                "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/storage.k8s.io.v1beta1.VolumeAttachment.yaml

            - monitorsValue
            path: pathValue
            readOnly: true
            secretFile: secretFileValue
            secretRef:
              name: nameValue
              namespace: namespaceValue
            user: userValue
          cinder:
            fsType: fsTypeValue
            readOnly: true
            secretRef:
              name: nameValue
              namespace: namespaceValue
            volumeID: volumeIDValue
          claimRef:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolume.yaml

      cephfs:
        monitors:
        - monitorsValue
        path: pathValue
        readOnly: true
        secretFile: secretFileValue
        secretRef:
          name: nameValue
          namespace: namespaceValue
        user: userValue
      cinder:
        fsType: fsTypeValue
        readOnly: true
        secretRef:
          name: nameValue
          namespace: namespaceValue
        volumeID: volumeIDValue
      claimRef:
        apiVersion: apiVersionValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/storage.k8s.io.v1.VolumeAttachment.json

              "chapAuthSession": true,
              "secretRef": {
                "name": "nameValue",
                "namespace": "namespaceValue"
              },
              "initiatorName": "initiatorNameValue"
            },
            "cinder": {
              "volumeID": "volumeIDValue",
              "fsType": "fsTypeValue",
              "readOnly": true,
              "secretRef": {
                "name": "nameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top