Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 211 for Commands (0.14 sec)

  1. src/cmd/go/internal/workcmd/edit.go

    	"fmt"
    	"os"
    	"path/filepath"
    	"strings"
    
    	"golang.org/x/mod/module"
    
    	"golang.org/x/mod/modfile"
    )
    
    var cmdEdit = &base.Command{
    	UsageLine: "go work edit [editing flags] [go.work]",
    	Short:     "edit go.work from tools or scripts",
    	Long: `Edit provides a command-line interface for editing go.work,
    for use primarily by tools or scripts. It only reads go.work;
    it does not look up information about the modules involved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:52:10 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. cluster/gce/windows/smoke-test.sh

        exit 1
      fi
    }
    
    # Returns the name of an arbitrary Linux command pod.
    function get_linux_command_pod_name {
      $kubectl get pods -l app="$linux_command_pod_label" \
        -o jsonpath='{.items[0].metadata.name}'
    }
    
    # Installs test executables (ping, curl) in the Linux command pod.
    # NOTE: this assumes that there is only one Linux "command pod".
    # TODO(pjh): fix this.
    function prepare_linux_command_pod {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/macho_combine_dwarf.go

    			LC_VERSION_NOTE, LC_BUILD_VERSION:
    			// Nothing to update
    		default:
    			err = fmt.Errorf("unknown load command 0x%x (%s)", int(cmd.Cmd), cmd.Cmd)
    		}
    		if err != nil {
    			return err
    		}
    	}
    	// Do the final update of the DWARF segment's load command.
    	return machoUpdateDwarfHeader(&reader, compressedSects, dwarfsize, dwarfstart, realdwarf)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/upgrade/apply.go

    	return !(f.nonInteractiveMode || f.dryRun || f.force)
    }
    
    // newCmdApply returns the cobra command for `kubeadm upgrade apply`
    func newCmdApply(apf *applyPlanFlags) *cobra.Command {
    	flags := &applyFlags{
    		applyPlanFlags: apf,
    		etcdUpgrade:    true,
    		renewCerts:     true,
    	}
    
    	cmd := &cobra.Command{
    		Use:                   "apply [version]",
    		DisableFlagsInUseLine: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  5. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/DependencyInsightReportTask.java

                    + "\nIt can be specified from the command line, e.g: '" + getPath() + " --configuration someConf --dependency someDep'");
            }
    
            if (getDependencySpec() == null) {
                throw new InvalidUserDataException("Dependency insight report cannot be generated because the dependency to show was not specified."
                    + "\nIt can be specified from the command line, e.g: '" + getPath() + " --dependency someDep'");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  6. docs/en/docs/deployment/docker.md

    When a **container** is started, it will run that command/program (although you can override it and make it run a different command/program).
    
    A container is running as long as the **main process** (command or program) is running.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 34K bytes
    - Viewed (0)
  7. pkg/kubelet/kuberuntime/kuberuntime_container_test.go

    	gracePeriod := int64(30)
    	cID := kubecontainer.ContainerID{
    		Type: "docker",
    		ID:   "foo",
    	}
    
    	cmdPostStart := &v1.Lifecycle{
    		PostStart: &v1.LifecycleHandler{
    			Exec: &v1.ExecAction{
    				Command: []string{"PostStartCMD"},
    			},
    		},
    	}
    
    	httpLifeCycle := &v1.Lifecycle{
    		PreStop: &v1.LifecycleHandler{
    			HTTPGet: &v1.HTTPGetAction{
    				Host: "testHost.com",
    				Path: "/GracefulExit",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 28K bytes
    - Viewed (0)
  8. build/common.sh

        )
        "${docker_cmd[@]}"
      fi
    }
    
    # Run a command in the kube-build image.  This assumes that the image has
    # already been built.
    function kube::build::run_build_command() {
      kube::log::status "Running build command..."
      kube::build::run_build_command_ex "${KUBE_BUILD_CONTAINER_NAME}" -- "$@"
    }
    
    # Run a command in the kube-build image.  This assumes that the image has
    # already been built.
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modfetch/fetch.go

    The download cannot be verified.
    
    For more information, see 'go help module-auth'.
    
    `
    
    var HelpModuleAuth = &base.Command{
    	UsageLine: "module-auth",
    	Short:     "module authentication using go.sum",
    	Long: `
    When the go command downloads a module zip file or go.mod file into the
    module cache, it computes a cryptographic hash and compares it with a known
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  10. src/os/os_windows_test.go

    			},
    		},
    	}
    	output, _ := testenv.Command(t, "cmd", "/c", "mklink", "/?").Output()
    	mklinkSupportsJunctionLinks := strings.Contains(string(output), " /J ")
    	if mklinkSupportsJunctionLinks {
    		tests = append(tests,
    			dirLinkTest{
    				name:         "use_mklink_cmd",
    				isMountPoint: true,
    				mklink: func(link, target string) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top