Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for directory1 (0.33 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "directory": {
                "description": "directory is the target directory name. Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the git repository.  Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. RELEASE.md

        now allows you to instrument a TensorFlow program and dump debugging
        information to a directory on the file system. The directory can be read and
        visualized by a new interactive dashboard in TensorBoard 2.3 called
        [Debugger V2](https://www.tensorflow.org/tensorboard/debugger_v2), which
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    				detail: `must not contain '..'`,
    			}},
    		}, {
    			name: "GitRepo absolute target",
    			vol: core.Volume{
    				Name: "gitrepo",
    				VolumeSource: core.VolumeSource{
    					GitRepo: &core.GitRepoVolumeSource{
    						Repository: "foo",
    						Directory:  "/abstarget",
    					},
    				},
    			},
    			errs: []verr{{
    				etype: field.ErrorTypeInvalid,
    				field: "gitRepo.directory",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug in kubelet that will saturate CPU utilization after containerd got restarted. ([#97176](https://github.com/kubernetes/kubernetes/pull/97176), [@hanlins](https://github.com/hanlins)) [SIG Node]
    - Remove ready file and its directory (which is created during volume SetUp) during emptyDir volume TearDown. ([#95770](https://github.com/kubernetes/kubernetes/pull/95770), [@jingxu97](https://github.com/jingxu97)) [SIG Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                - name: istio-podinfo
                  mountPath: /etc/istio/pod
                 {{- if and (eq .Values.global.proxy.tracer "lightstep") .ProxyConfig.GetTracing.GetTlsSettings }}
                - mountPath: {{ directory .ProxyConfig.GetTracing.GetTlsSettings.GetCaCertificates }}
                  name: lightstep-certs
                  readOnly: true
                {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ProxyRequest", Type, 20},
    		{"ProxyRequest.In", Field, 20},
    		{"ProxyRequest.Out", Field, 20},
    		{"ReverseProxy", Type, 0},
    		{"ReverseProxy.BufferPool", Field, 6},
    		{"ReverseProxy.Director", Field, 0},
    		{"ReverseProxy.ErrorHandler", Field, 11},
    		{"ReverseProxy.ErrorLog", Field, 4},
    		{"ReverseProxy.FlushInterval", Field, 0},
    		{"ReverseProxy.ModifyResponse", Field, 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Reads a tensor stored in one or several files. If there are several files (for
    instance because a tensor was saved as slices), `file_pattern` may contain
    wildcard symbols (`*` and `?`) in the filename portion only, not in the
    directory portion.
    
    If a `file_pattern` matches several files, `preferred_shard` can be used to hint
    in which file the requested tensor is likely to be found. This op will first
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top