Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,100 for Driver (0.15 sec)

  1. cluster/addons/volumesnapshots/crd/snapshot.storage.k8s.io_volumesnapshots.yaml

                      one default per CSI Driver. If a VolumeSnapshot does not specify
                      a SnapshotClass, VolumeSnapshotSource will be checked to figure
                      out what the associated CSI Driver is, and the default VolumeSnapshotClass
                      associated with that CSI Driver will be used. If more than one VolumeSnapshotClass
                      exist for a given CSI Driver and more than one have been marked
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 26 07:24:12 UTC 2022
    - 20.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1alpha1/types.go

    	// Name of the CSI driver
    	// This field is immutable.
    	DriverName string `json:"driverName" protobuf:"bytes,2,opt,name=driverName"`
    
    	// parameters hold volume attributes defined by the CSI driver. These values
    	// are opaque to the Kubernetes and are passed directly to the CSI driver.
    	// The underlying storage provider supports changing these attributes on an
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  3. .github/workflows/mint/minio-erasure.yaml

          - ./nginx-1-node.conf:/etc/nginx/nginx.conf:ro
        ports:
          - "9000:9000"
          - "9001:9001"
        depends_on:
          - minio1
    
    ## By default this config uses default local driver,
    ## For custom volumes replace with volume driver configuration.
    volumes:
      edata1-1:
      edata1-2:
      edata1-3:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Nov 03 21:18:18 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. src/cmd/pprof/readlineui.go

    // license that can be found in the LICENSE file.
    
    // This file contains a driver.UI implementation
    // that provides the readline functionality if possible.
    
    //go:build (darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || windows) && !appengine && !android
    
    package main
    
    import (
    	"fmt"
    	"io"
    	"os"
    	"strings"
    
    	"github.com/google/pprof/driver"
    	"golang.org/x/term"
    )
    
    func init() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 30 18:10:36 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  5. pkg/volume/csi/csi_block_test.go

    	// Clear out the clients
    	// The lookup to generate a new client will fail when it tries to query a driver with an unknown name
    	csiMapper.csiClient = nil
    	csiMapper.csiClientGetter.csiClient = nil
    	// Note that prepareBlockMapperTest above will create a driver with a name of "test-driver"
    	csiMapper.csiClientGetter.driverName = "unknown-driver"
    
    	_, err = csiMapper.SetUpDevice()
    	if err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 06:07:40 UTC 2023
    - 26.5K bytes
    - Viewed (0)
  6. pkg/volume/csi/csi_client_test.go

    	}{
    		{
    			name:                     "with ReadWriteOnce and incapable driver",
    			singleNodeMultiWriterSet: false,
    			accessMode:               api.ReadWriteOnce,
    			expectedMappedAccessMode: csipbv1.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
    		},
    		{
    			name:                     "with ReadOnlyMany and incapable driver",
    			singleNodeMultiWriterSet: false,
    			accessMode:               api.ReadOnlyMany,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/csipersistentvolumesource.go

    }
    
    // WithDriver sets the Driver field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Driver field is set to the value of the last call.
    func (b *CSIPersistentVolumeSourceApplyConfiguration) WithDriver(value string) *CSIPersistentVolumeSourceApplyConfiguration {
    	b.Driver = &value
    	return b
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 05 03:36:24 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  8. pkg/volume/csi/csi_attacher_test.go

    			driver:      "not-attachable",
    			expectError: false,
    		},
    		{
    			name:        "CSIDriver is attachable -> failure",
    			driver:      "attachable",
    			expectError: true,
    		},
    		{
    			name:        "CSIDriver.AttachRequired not set  -> failure",
    			driver:      "nil",
    			expectError: true,
    		},
    		{
    			name:        "CSIDriver does not exist not set  -> failure",
    			driver:      "unknown",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  9. docs/orchestration/docker-compose/docker-compose.yaml

        ports:
          - "9000:9000"
          - "9001:9001"
        depends_on:
          - minio1
          - minio2
          - minio3
          - minio4
    
    ## By default this config uses default local driver,
    ## For custom volumes replace with volume driver configuration.
    volumes:
      data1-1:
      data1-2:
      data2-1:
      data2-2:
      data3-1:
      data3-2:
      data4-1:
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 05:40:03 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. samples/security/spire/spire-quickstart.yaml

            # This is the container which runs the SPIFFE CSI driver.
            - name: spiffe-csi-driver
              image: ghcr.io/spiffe/spiffe-csi-driver:0.2.0
              imagePullPolicy: IfNotPresent
              args: [
                  "-workload-api-socket-dir", "/spire-agent-socket",
                  "-csi-socket-path", "/spiffe-csi/csi.sock",
              ]
              env:
                # The CSI driver needs a unique node ID. The node name can be
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
Back to top