Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 156 for ecsi (0.15 sec)

  1. pkg/kubelet/volumemanager/volume_manager.go

    	desiredStateOfWorldPopulator populator.DesiredStateOfWorldPopulator
    
    	// csiMigratedPluginManager keeps track of CSI migration status of plugins
    	csiMigratedPluginManager csimigration.PluginManager
    
    	// intreeToCSITranslator translates in-tree volume specs to CSI
    	intreeToCSITranslator csimigration.InTreeToCSITranslator
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/inline/inlheur/funcprops_test.go

    				continue
    			}
    			eentry := eentries[eidx]
    			ecst := ecsites[eidx]
    			eidx++
    			if dentry.fname != eentry.fname {
    				t.Errorf("got fn %q wanted %q, skipping checks",
    					dentry.fname, eentry.fname)
    				continue
    			}
    			compareEntries(t, tc, &dentry, dcst, &eentry, ecst)
    		}
    	}
    }
    
    func propBitsToString[T interface{ String() string }](sl []T) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 15K bytes
    - Viewed (0)
  3. pkg/api/v1/pod/util_test.go

    						SecretRef: &v1.LocalObjectReference{
    							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{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 32.1K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/pv_controller_base.go

    	corelisters "k8s.io/client-go/listers/core/v1"
    	"k8s.io/client-go/tools/cache"
    	"k8s.io/client-go/tools/record"
    	"k8s.io/client-go/util/workqueue"
    	storagehelpers "k8s.io/component-helpers/storage/volume"
    	csitrans "k8s.io/csi-translation-lib"
    	"k8s.io/kubernetes/pkg/controller"
    	"k8s.io/kubernetes/pkg/controller/volume/common"
    	"k8s.io/kubernetes/pkg/controller/volume/persistentvolume/metrics"
    	"k8s.io/kubernetes/pkg/features"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/files/kube-gateway.yaml

          - emptyDir: {}
            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 }}
          # SDS channel between istioagent and Envoy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_386.go

    	SizeofMsghdr          = 0x1c
    	SizeofCmsghdr         = 0xc
    )
    
    const (
    	SizeofSockFprog = 0x8
    )
    
    type PtraceRegs struct {
    	Ebx      int32
    	Ecx      int32
    	Edx      int32
    	Esi      int32
    	Edi      int32
    	Ebp      int32
    	Eax      int32
    	Xds      int32
    	Xes      int32
    	Xfs      int32
    	Xgs      int32
    	Orig_eax int32
    	Eip      int32
    	Xcs      int32
    	Eflags   int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_386.go

    	Mask   uint32
    	Cookie uint32
    	Len    uint32
    	Name   [0]uint8
    }
    
    const SizeofInotifyEvent = 0x10
    
    type PtraceRegs struct {
    	Ebx      int32
    	Ecx      int32
    	Edx      int32
    	Esi      int32
    	Edi      int32
    	Ebp      int32
    	Eax      int32
    	Xds      int32
    	Xes      int32
    	Xfs      int32
    	Xgs      int32
    	Orig_eax int32
    	Eip      int32
    	Xcs      int32
    	Eflags   int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  8. manifests/charts/istio-control/istio-discovery/files/grpc-agent.yaml

          {{- end }}
    {{- end }}
    {{- end }}
      volumes:
      - emptyDir:
        name: workload-socket
      {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
      - name: gke-workload-certificate
        csi:
          driver: workloadcertificates.security.cloud.google.com
      {{- else }}
      - emptyDir:
        name: workload-certs
      {{- end }}
      {{- if (isset .ObjectMeta.Annotations `sidecar.istio.io/bootstrapOverride`) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	R11W: "%r11w",
    	R12W: "%r12w",
    	R13W: "%r13w",
    	R14W: "%r14w",
    	R15W: "%r15w",
    	EAX:  "%eax",
    	ECX:  "%ecx",
    	EDX:  "%edx",
    	EBX:  "%ebx",
    	ESP:  "%esp",
    	EBP:  "%ebp",
    	ESI:  "%esi",
    	EDI:  "%edi",
    	R8L:  "%r8d",
    	R9L:  "%r9d",
    	R10L: "%r10d",
    	R11L: "%r11d",
    	R12L: "%r12d",
    	R13L: "%r13d",
    	R14L: "%r14d",
    	R15L: "%r15d",
    	RAX:  "%rax",
    	RCX:  "%rcx",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/framework_test.go

    		},
    		Spec: v1.PersistentVolumeSpec{
    			Capacity: v1.ResourceList{
    				v1.ResourceName(v1.ResourceStorage): resource.MustParse(capacity),
    			},
    			PersistentVolumeSource: v1.PersistentVolumeSource{
    				CSI: &v1.CSIPersistentVolumeSource{
    					Driver:       driverName,
    					VolumeHandle: "527b55dc-c7db-4574-9226-2e33318b06a3",
    					ReadOnly:     false,
    					FSType:       "ext4",
    					VolumeAttributes: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
Back to top