Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 422 for Driver (0.24 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml

        configMap:
          defaultMode: 3
          items:
          - key: keyValue
            mode: 3
            path: pathValue
          name: nameValue
          optional: true
        csi:
          driver: driverValue
          fsType: fsTypeValue
          nodePublishSecretRef:
            name: nameValue
          readOnly: true
          volumeAttributes:
            volumeAttributesKey: volumeAttributesValue
        downwardAPI:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.yaml

        configMap:
          defaultMode: 3
          items:
          - key: keyValue
            mode: 3
            path: pathValue
          name: nameValue
          optional: true
        csi:
          driver: driverValue
          fsType: fsTypeValue
          nodePublishSecretRef:
            name: nameValue
          readOnly: true
          volumeAttributes:
            volumeAttributesKey: volumeAttributesValue
        downwardAPI:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 32.3K bytes
    - Viewed (0)
  3. src/syscall/zerrors_windows.go

    	ETXTBSY - APPLICATION_ERROR:         "text file busy",
    	EUCLEAN - APPLICATION_ERROR:         "structure needs cleaning",
    	EUNATCH - APPLICATION_ERROR:         "protocol driver not attached",
    	EUSERS - APPLICATION_ERROR:          "too many users",
    	EWOULDBLOCK - APPLICATION_ERROR:     "resource temporarily unavailable",
    	EXDEV - APPLICATION_ERROR:           "invalid cross-device link",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10K bytes
    - Viewed (0)
  4. pkg/volume/configmap/configmap.go

    	}
    	err = writer.Write(payload, setPerms)
    	if err != nil {
    		klog.Errorf("Error writing payload to dir: %v", err)
    		return err
    	}
    
    	setupSuccess = true
    	return nil
    }
    
    // MakePayload function is exported so that it can be called from the projection volume driver
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/files/kube-gateway.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 }}
          # SDS channel between istioagent and Envoy
          - emptyDir:
    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. api/go1.17.txt

    pkg archive/zip, method (*Writer) Copy(*File) error
    pkg archive/zip, method (*Writer) CreateRaw(*FileHeader) (io.Writer, error)
    pkg compress/lzw, method (*Reader) Close() error
    pkg compress/lzw, method (*Reader) Read([]uint8) (int, error)
    pkg compress/lzw, method (*Reader) Reset(io.Reader, Order, int)
    pkg compress/lzw, method (*Writer) Close() error
    pkg compress/lzw, method (*Writer) Reset(io.Writer, Order, int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    			// for determining whether the migration is enabled or not
    			logger.V(5).Info("Could not get a CSINode object for the node", "node", klog.KObj(node), "err", err)
    		}
    	}
    
    	// if a plugin has been migrated to a CSI driver, defer to the CSI predicate
    	if pl.filter.IsMigrated(csiNode) {
    		return nil
    	}
    
    	// count unique volumes
    	existingVolumes := sets.New[string]()
    	for _, existingPod := range nodeInfo.Pods {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

            "@llvm-project//mlir:Support",
            "@local_tsl//tsl/platform:statusor",
        ],
    )
    
    glob_lit_tests(
        name = "all_tests",
        data = [":test_utilities"],
        driver = "@llvm-project//mlir:run_lit.sh",
        test_file_exts = [
            "mlir",
        ],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/tests/BUILD

        default_visibility = ["//visibility:private"],
        licenses = ["notice"],
    )
    
    glob_lit_tests(
        name = "all_lit_tests",
        data = [":filecheck_test_utilities"],
        driver = "@llvm-project//mlir:run_lit.sh",
        tags_override = {
            "test_error_message.lit.pbtxt": ["no_oss"],  # TODO(b/150957738): to be fixed on oss.
        },
        test_file_exts = ["lit.pbtxt"],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package driver
    
    import (
    	"bytes"
    	"fmt"
    	"io"
    	"net/http"
    	"net/url"
    	"os"
    	"os/exec"
    	"path/filepath"
    	"runtime"
    	"strconv"
    	"strings"
    	"sync"
    	"time"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top