Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 997 for Commands (0.2 sec)

  1. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// +optional
    	Apply UpgradeApplyConfiguration `json:"apply,omitempty"`
    
    	// Diff holds a list of options that are specific to the "kubeadm upgrade diff" command.
    	// +optional
    	Diff UpgradeDiffConfiguration `json:"diff,omitempty"`
    
    	// Node holds a list of options that are specific to the "kubeadm upgrade node" command.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/dependencies/implementation_linux.go

    			// We want the lock. Wait up to 30s for it.
    			args = append(args, "--wait=30")
    			c = exec.Command(cmdBin, args...)
    			log.Debugf("running with lock")
    			mode = "with wait lock"
    		} else {
    			// No locking supported/needed, just run as is. Nothing special
    			c = exec.Command(cmdBin, args...)
    		}
    	}
    
    	log.Infof("Running command (%s): %s %s", mode, cmdBin, strings.Join(args, " "))
    	stdout := &bytes.Buffer{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 20:49:10 UTC 2024
    - 12K bytes
    - Viewed (0)
  3. src/cmd/go/internal/vcs/vcs.go

    	Cmd       string     // name of binary to invoke command
    	RootNames []rootName // filename and mode indicating the root of a checkout directory
    
    	CreateCmd   []string // commands to download a fresh copy of a repository
    	DownloadCmd []string // commands to download updates into an existing repository
    
    	TagCmd         []tagCmd // commands to list tags
    	TagLookupCmd   []tagCmd // commands to lookup tags before running tagSyncCmd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  4. tests/integration/security/fuzz/fuzz_test.go

    	// - Fuzz common claims
    	commands := []string{
    		"./run.sh",
    		"--targeturl",
    		fmt.Sprintf("http://%s:8080/private/secret.html", server),
    		"--noproxy",
    		"--headers",
    		fmt.Sprintf("Authorization: Bearer %s", jwtToken),
    		"--mode",
    		"at",
    	}
    	stdout, stderr, err := t.Clusters().Default().PodExecCommands(pods.Items[0].Name, ns, jwtTool, commands)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  5. src/cmd/internal/moddeps/moddeps_test.go

    		diff, err := testenv.Command(t, "diff", "--recursive", "--unified", ".", ".").CombinedOutput()
    		if err != nil || len(diff) != 0 {
    			return false
    		}
    		diff, err = testenv.Command(t, "diff", "--recursive", "--unified", ".", "..").CombinedOutput()
    		if err == nil || len(diff) == 0 {
    			return false
    		}
    		return true
    	}(); !haveDiff {
    		// For now, the diff command is a mandatory dependency of this test.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  6. hack/lib/util.sh

    #  CFSSLJSON_BIN: The path of the installed cfssljson binary
    #
    # shellcheck disable=SC2120 # optional parameters
    function kube::util::ensure-cfssl {
      if command -v cfssl &>/dev/null && command -v cfssljson &>/dev/null; then
        CFSSL_BIN=$(command -v cfssl)
        CFSSLJSON_BIN=$(command -v cfssljson)
        return 0
      fi
    
      host_arch=$(kube::util::host_arch)
    
      if [[ "${host_arch}" != "amd64" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  7. istioctl/pkg/workload/workload.go

    }
    
    func groupCommand(ctx cli.Context) *cobra.Command {
    	groupCmd := &cobra.Command{
    		Use:     "group",
    		Short:   "Commands dealing with WorkloadGroup resources",
    		Example: "  istioctl x workload group create --name foo --namespace bar --labels app=foobar",
    	}
    	groupCmd.AddCommand(createCommand(ctx))
    	return groupCmd
    }
    
    func entryCommand(ctx cli.Context) *cobra.Command {
    	entryCmd := &cobra.Command{
    		Use:     "entry",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  8. pkg/kube/client.go

    	// PodExecCommands takes a list of commands and the pod data to run the commands in the specified pod.
    	PodExecCommands(podName, podNamespace, container string, commands []string) (stdout string, stderr string, err error)
    
    	// PodExec takes a command and the pod data to run the command in the specified pod.
    	PodExec(podName, podNamespace, container string, command string) (stdout string, stderr string, err error)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 39K bytes
    - Viewed (0)
  9. src/cmd/link/internal/loadmacho/ldmacho.go

    			if c != nil {
    				return errorf("multiple load commands")
    			}
    
    			c = &m.cmd[i]
    		}
    	}
    
    	// load text and data segments into memory.
    	// they are not as small as the load commands, but we'll need
    	// the memory anyway for the symbol images, so we might
    	// as well use one large chunk.
    	if c == nil {
    		return errorf("no load command")
    	}
    
    	if symtab == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 12 18:45:57 UTC 2022
    - 19.1K bytes
    - Viewed (0)
  10. src/runtime/runtime-gdb.py

    			return obj['data'].cast(iface_dtype(obj))
    		except gdb.error:
    			pass
    		return obj
    
    #
    #  Commands
    #
    
    def linked_list(ptr, linkfield):
    	while ptr:
    		yield ptr
    		ptr = ptr[linkfield]
    
    
    class GoroutinesCmd(gdb.Command):
    	"List all goroutines."
    
    	def __init__(self):
    		gdb.Command.__init__(self, "info goroutines", gdb.COMMAND_STACK, gdb.COMPLETE_NONE)
    
    	def invoke(self, _arg, _from_tty):
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 10 12:59:20 UTC 2023
    - 15.4K bytes
    - Viewed (0)
Back to top