Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 996 for Commands (0.25 sec)

  1. cmd/kubeadm/app/cmd/certs_test.go

    			command: "etcd-healthcheck-client",
    			Certs: []*certsphase.KubeadmCert{
    				certsphase.KubeadmCertEtcdHealthcheck(),
    			},
    		},
    		{
    			command: "admin.conf",
    			KubeconfigFiles: []string{
    				kubeadmconstants.AdminKubeConfigFileName,
    			},
    		},
    		{
    			command: "super-admin.conf",
    			KubeconfigFiles: []string{
    				kubeadmconstants.SuperAdminKubeConfigFileName,
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 13:26:12 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  2. src/os/exec/exec_test.go

    // (This prevents stale commands from accreting if tests are removed or
    // refactored over time.)
    func registerHelperCommand(name string, f func(...string)) {
    	if helperCommands[name] != nil {
    		panic("duplicate command registered: " + name)
    	}
    	helperCommands[name] = f
    }
    
    // maySkipHelperCommand records that the test that uses the named helper command
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  3. istioctl/pkg/waypoint/waypoint.go

    		},
    	}
    	waypointListCmd.PersistentFlags().BoolVarP(&allNamespaces, "all-namespaces", "A", false, "List all waypoints in all namespaces")
    
    	waypointCmd := &cobra.Command{
    		Use:   "waypoint",
    		Short: "Manage waypoint configuration",
    		Long:  "A group of commands used to manage waypoint configuration",
    		Example: `  # Apply a waypoint to the current namespace
      istioctl waypoint apply
    
      # Generate a waypoint as yaml
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:33 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/search/search.go

    // can be found under the $GOPATH directories and $GOROOT that match the
    // pattern. The pattern must be either "all" (all packages), "std" (standard
    // packages), "cmd" (standard commands), or a path including "...".
    //
    // If any errors may have caused the set of packages to be incomplete,
    // MatchPackages appends those errors to m.Errs.
    func (m *Match) MatchPackages() {
    	m.Pkgs = []string{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 31 20:33:05 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  5. src/html/template/escape.go

    		"_html_template_attrescaper": true,
    	},
    	"_html_template_urlescaper": {
    		"_html_template_urlnormalizer": true,
    	},
    }
    
    // appendCmd appends the given command to the end of the command pipeline
    // unless it is redundant with the last command.
    func appendCmd(cmds []*parse.CommandNode, cmd *parse.CommandNode) []*parse.CommandNode {
    	if n := len(cmds); n != 0 {
    		last, okLast := cmds[n-1].Args[0].(*parse.IdentifierNode)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go

    	flagCacheDir           = "cache-dir"
    	flagDisableCompression = "disable-compression"
    )
    
    // RESTClientGetter is an interface that the ConfigFlags describe to provide an easier way to mock for commands
    // and eliminate the direct coupling to a struct type.  Users may wish to duplicate this type in their own packages
    // as per the golang type overlapping.
    type RESTClientGetter interface {
    	// ToRESTConfig returns restconfig
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 11 15:04:11 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  7. internal/config/notify/help.go

    			Optional:    true,
    			Type:        "on|off",
    		},
    		config.HelpKV{
    			Key:         target.NATSPingInterval,
    			Description: "client ping commands interval in s,m,h,d. Disabled by default",
    			Optional:    true,
    			Type:        "duration",
    		},
    		config.HelpKV{
    			Key:         target.NATSCertAuthority,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  8. src/cmd/doc/pkg.go

    func (pb *pkgBuffer) Write(p []byte) (int, error) {
    	pb.packageClause()
    	return pb.Buffer.Write(p)
    }
    
    func (pb *pkgBuffer) packageClause() {
    	if !pb.printed {
    		pb.printed = true
    		// Only show package clause for commands if requested explicitly.
    		if pb.pkg.pkg.Name != "main" || showCmd {
    			pb.pkg.packageClause()
    		}
    	}
    }
    
    type PackageError string // type returned by pkg.Fatalf.
    
    func (p PackageError) Error() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 08 20:15:52 UTC 2024
    - 32K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/service_injection.adoc

    It is part of the `org.gradle.process.internal` package and is typically used in custom tasks or plugins to run command-line tools or scripts as part of the build process.
    
    You can obtain an instance of `ExecOperations` using the `project.exec` property.
    Here's a simple example demonstrating how to use `ExecOperations` to execute a command:
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. docs/bigdata/README.md

    Type in expressions to have them evaluated.
    Type :help for more information.
    
    scala>
    ```
    
    - At the _scala>_ prompt, submit the job by typing the following commands, Replace node names, file name, and file location with your values:
    
    ```
    scala> val file = sc.textFile("s3a://testbucket/testdata")
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
Back to top