Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for ecsi (0.18 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    }
    
    // findDetachablePluginBySpec is a variant of VolumePluginMgr.FindAttachablePluginByName() function.
    // The difference is that it bypass the CanAttach() check for CSI plugin, i.e. it assumes all CSI plugin supports detach.
    // The intention here is that a CSI plugin volume can end up in an Uncertain state,  so that a detach
    // operation will help it to detach no matter it actually has the ability to attach/detach.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                name: workload-socket
              - emptyDir:
                name: credential-socket
              {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
              - name: gke-workload-certificate
                csi:
                  driver: workloadcertificates.security.cloud.google.com
              {{- else }}
              - emptyDir:
                name: workload-certs
              {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                "additionalProperties": {
                  "default": "",
                  "type": "string"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

          if [[ "${i}" -lt "${scsiblocknum}" ]]; then
            mount-ext "${ssd}" "${devicenum}" "scsi" "block"
          else
            # GKE does not set NODE_LOCAL_SSDS so all non-block devices
            # are assumed to be filesystem devices
            mount-ext "${ssd}" "${devicenum}" "scsi" "fs"
          fi
          i=$((i+1))
        else
          echo "No local SCSI SSD disks found."
        fi
      done
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. pkg/api/pod/util_test.go

    						SecretRef: &api.LocalObjectReference{
    							Name: "Spec.Volumes[*].VolumeSource.StorageOS.SecretRef"}}}}, {
    				VolumeSource: api.VolumeSource{
    					CSI: &api.CSIVolumeSource{
    						NodePublishSecretRef: &api.LocalObjectReference{
    							Name: "Spec.Volumes[*].VolumeSource.CSI.NodePublishSecretRef"}}}}},
    			EphemeralContainers: []api.EphemeralContainer{{
    				EphemeralContainerCommon: api.EphemeralContainerCommon{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "nodePublishSecretRef": {
              "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/rsc.io/markdown/entity.go

    	"𝕖":                            "\U0001d556",
    	"⋕":                            "\u22d5",
    	"⧣":                          "\u29e3",
    	"⩱":                           "\u2a71",
    	"ε":                            "\u03b5",
    	"ε":                         "\u03b5",
    	"ϵ":                           "\u03f5",
    	"≖":                          "\u2256",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  8. pkg/apis/core/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.StorageOS != nil {
    		in, out := &in.StorageOS, &out.StorageOS
    		*out = new(StorageOSPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.CSI != nil {
    		in, out := &in.CSI, &out.CSI
    		*out = new(CSIPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.StorageOS != nil {
    		in, out := &in.StorageOS, &out.StorageOS
    		*out = new(StorageOSPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.CSI != nil {
    		in, out := &in.CSI, &out.CSI
    		*out = new(CSIPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  10. src/html/entity.go

    		"eopf;":                            '\U0001D556',
    		"epar;":                            '\U000022D5',
    		"eparsl;":                          '\U000029E3',
    		"eplus;":                           '\U00002A71',
    		"epsi;":                            '\U000003B5',
    		"epsilon;":                         '\U000003B5',
    		"epsiv;":                           '\U000003F5',
    		"eqcirc;":                          '\U00002256',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
Back to top