Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for _run (0.13 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                - name: workload-socket
                  mountPath: /var/run/secrets/workload-spiffe-uds
                - name: credential-socket
                  mountPath: /var/run/secrets/credential-uds
                {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
                - name: gke-workload-certificate
                  mountPath: /var/run/secrets/workload-spiffe-credentials
                  readOnly: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "ExecAction describes a \"run in container\" action.",
            "properties": {
              "command": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		}
    	}
    
    	t.Run("generated-claim-name", func(t *testing.T) {
    		for _, spec := range []*core.PodSpec{&goodClaimTemplate, &goodClaimReference} {
    			claimName := spec.ResourceClaims[0].Name
    			t.Run(claimName, func(t *testing.T) {
    				for _, podMeta := range []*metav1.ObjectMeta{shortPodName, brokenPodName} {
    					t.Run(podMeta.Name, func(t *testing.T) {
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "properties": {
              "potentialNodes": {
                "description": "PotentialNodes lists nodes where the Pod might be able to run.\n\nThe size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. RELEASE.md

    *   TensorBoard fixes: graphs with only one data point, Nan values, reload
        button and auto-reload, tooltips in scalar charts, run filtering, stable
        colors
    *   Tensorboard graph visualizer now supports run metadata. Clicking on nodes
        while viewing a stats for a particular run will show runtime statistics,
        such as memory or compute usage. Unused nodes will be faded out.
    
    ## Thanks to our Contributors
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - Fix kubectl diff so it doesn't actually persist patches ([#89795](https://github.com/kubernetes/kubernetes/pull/89795), [@julianvmodesto](https://github.com/julianvmodesto)) [SIG CLI and Testing]
    - Fix kubectl run  --dry-run client  ignore namespace ([#90785](https://github.com/kubernetes/kubernetes/pull/90785), [@zhouya0](https://github.com/zhouya0)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      ```
    
    If more than one session.run call is simultaneously trying to compute `b`
    the values of `a` will be gathered, non-deterministically concatenated
    along the first axis, and only one thread will run the computation.
    
    Assumes that all arguments of the function are Tensors which will be batched
    along their first dimension.
    
    Arguments that are captured, are not batched. The session.run call which does
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    Bodies in straight Lines, and that these Shadows have three parallel
    Fringes, Bands or Ranks of colour'd Light adjacent to them. But if the
    Hole be enlarged the Fringes grow broad and run into one another, so
    that they cannot be distinguish'd. These broad Shadows and Fringes have
    been reckon'd by some to proceed from the ordinary refraction of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                  details at: https://istio.io/docs/reference/config/networking/proxy-config.html'
                properties:
                  concurrency:
                    description: The number of worker threads to run.
                    format: int32
                    minimum: 0
                    nullable: true
                    type: integer
                  environmentVariables:
                    additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"UserHomeDir", Func, 12},
    		{"WriteFile", Func, 16},
    	},
    	"os/exec": {
    		{"(*Cmd).CombinedOutput", Method, 0},
    		{"(*Cmd).Environ", Method, 19},
    		{"(*Cmd).Output", Method, 0},
    		{"(*Cmd).Run", Method, 0},
    		{"(*Cmd).Start", Method, 0},
    		{"(*Cmd).StderrPipe", Method, 0},
    		{"(*Cmd).StdinPipe", Method, 0},
    		{"(*Cmd).StdoutPipe", Method, 0},
    		{"(*Cmd).String", Method, 13},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top