Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 512 for Commands (2.6 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml

                namespaces:
                - namespacesValue
                topologyKey: topologyKeyValue
          automountServiceAccountToken: true
          containers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
                  key: keyValue
                  name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/record_flags.go

    // TODO have this only take a flagset
    func (f *RecordFlags) AddFlags(cmd *cobra.Command) {
    	if f == nil {
    		return
    	}
    
    	if f.Record != nil {
    		cmd.Flags().BoolVar(f.Record, "record", *f.Record, "Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

                    }
                  }
                }
              }
            ],
            "initContainers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
                  "argsValue"
                ],
                "workingDir": "workingDirValue",
                "ports": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml

                namespaces:
                - namespacesValue
                topologyKey: topologyKeyValue
          automountServiceAccountToken: true
          containers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
                  key: keyValue
                  name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml

                namespaces:
                - namespacesValue
                topologyKey: topologyKeyValue
          automountServiceAccountToken: true
          containers:
          - args:
            - argsValue
            command:
            - commandValue
            env:
            - name: nameValue
              value: valueValue
              valueFrom:
                configMapKeyRef:
                  key: keyValue
                  name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                    }
                  }
                ],
                "initContainers": [
                  {
                    "name": "nameValue",
                    "image": "imageValue",
                    "command": [
                      "commandValue"
                    ],
                    "args": [
                      "argsValue"
                    ],
                    "workingDir": "workingDirValue",
                    "ports": [
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  7. platforms/jvm/jvm-services/src/test/groovy/org/gradle/internal/jvm/inspection/DefaultJvmVersionDetectorTest.groovy

        }
    
        def "can determine version of java command for current jvm"() {
            expect:
            detector.getJavaVersionMajor(Jvm.current().getJavaExecutable().path) == JavaVersion.current().majorVersionNumber
        }
    
        def "can determine version of java command without file extension"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:47:05 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. src/crypto/tls/handshake_server_test.go

    	}
    	defer l.Close()
    
    	port := l.Addr().(*net.TCPAddr).Port
    
    	var command []string
    	command = append(command, test.command...)
    	if len(command) == 0 {
    		command = defaultClientCommand
    	}
    	command = append(command, "-connect")
    	command = append(command, fmt.Sprintf("127.0.0.1:%d", port))
    	cmd := exec.Command(command[0], command[1:]...)
    	cmd.Stdin = nil
    	var output bytes.Buffer
    	cmd.Stdout = &output
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  9. src/cmd/link/link_test.go

    	testenv.WriteImportcfg(t, importcfgfile, nil, main)
    
    	cmd := testenv.Command(t, testenv.GoToolPath(t), "tool", "compile", "-importcfg="+importcfgfile, "-p=main", "main.go")
    	cmd.Dir = tmpdir
    	out, err := cmd.CombinedOutput()
    	if err != nil {
    		t.Fatalf("failed to compile main.go: %v, output: %s\n", err, out)
    	}
    
    	cmd = testenv.Command(t, testenv.GoToolPath(t), "tool", "link", "-importcfg="+importcfgfile, "main.o")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                    }
                  }
                }
              }
            ],
            "initContainers": [
              {
                "name": "nameValue",
                "image": "imageValue",
                "command": [
                  "commandValue"
                ],
                "args": [
                  "argsValue"
                ],
                "workingDir": "workingDirValue",
                "ports": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top