Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for command1 (0.19 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "uniqueItems": true
              }
            },
            {
              "description": "If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).",
              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K 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. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug where executing a kubectl command with a jsonpath output expression that has a nested range would ignore expressions following the nested range. ([#88464](https://github.com/kubernetes/kubernetes/pull/88464), [@brianpursley](https://github.com/brianpursley)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    	}, {
    		args: args{
    			probe: &core.Probe{
    				ProbeHandler: core.ProbeHandler{Exec: &core.ExecAction{Command: []string{"echo"}}},
    			},
    			fldPath: fldPath,
    		},
    		want: field.ErrorList{},
    	}, {
    		args: args{
    			probe: &core.Probe{
    				ProbeHandler:        core.ProbeHandler{Exec: &core.ExecAction{Command: []string{"echo"}}},
    				InitialDelaySeconds: -1,
    			},
    			fldPath: fldPath,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    properties:
                      exec:
                        description: Health is determined by how the command that is executed
                          exited.
                        properties:
                          command:
                            description: Command to run.
                            items:
                              type: string
                            type: array
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    properties:
                      exec:
                        description: Health is determined by how the command that is executed
                          exited.
                        properties:
                          command:
                            description: Command to run.
                            items:
                              type: string
                            type: array
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

                    properties:
                      exec:
                        description: Health is determined by how the command that is executed
                          exited.
                        properties:
                          command:
                            description: Command to run.
                            items:
                              type: string
                            type: array
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  8. RELEASE.md

        *   Display summaries of numeric tensor values with the `-s` flag to command
            `print_tensor` or `pt`.
        *   Display feed values with the `print_feed` or `pf` command and clickable
            links in the curses UI.
        *   Runtime profiler at the op level and the Python source line level with
            the `run -p` command.
    *   Initial release of the statistical distribution library `tf.distributions`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Cmd.ProcessState", Field, 0},
    		{"Cmd.Stderr", Field, 0},
    		{"Cmd.Stdin", Field, 0},
    		{"Cmd.Stdout", Field, 0},
    		{"Cmd.SysProcAttr", Field, 0},
    		{"Cmd.WaitDelay", Field, 20},
    		{"Command", Func, 0},
    		{"CommandContext", Func, 7},
    		{"ErrDot", Var, 19},
    		{"ErrNotFound", Var, 0},
    		{"ErrWaitDelay", Var, 20},
    		{"Error", Type, 0},
    		{"Error.Err", Field, 0},
    		{"Error.Name", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.launcher.daemon.protocol.Command> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Command.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top