Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 382 for Commands (0.19 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. 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)
  3. 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)
  4. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/DaemonStateCoordinatorTest.groovy

        }
    
        def "runs actions when command is run"() {
            Runnable command = Mock()
    
            when:
            coordinator.runCommand(command, "command")
    
            then:
            1 * onStartCommand.run()
            1 * command.run()
            1 * onFinishCommand.run()
            0 * _._
        }
    
        def "runs actions when more commands are run"() {
            Runnable command = Mock()
            Runnable command2 = Mock()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 05 22:24:02 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  5. src/cmd/go/internal/cfg/cfg.go

    // in build.ToolDir.
    func ToolExeSuffix() string {
    	if installedGOOS == "windows" {
    		return ".exe"
    	}
    	return ""
    }
    
    // These are general "build flags" used by build and other commands.
    var (
    	BuildA             bool     // -a flag
    	BuildBuildmode     string   // -buildmode flag
    	BuildBuildvcs      = "auto" // -buildvcs flag: "true", "false", or "auto"
    	BuildContext       = defaultContext()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 17:13:51 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/go/analysis/doc.go

    "// want ..." comments in the input code.
    
    # Standalone commands
    
    Analyzers are provided in the form of packages that a driver program is
    expected to import. The vet command imports a set of several analyzers,
    but users may wish to define their own analysis commands that perform
    additional checks. To simplify the task of creating an analysis command,
    either for a single analyzer or for a whole suite, we provide the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/core-plugins/build_init_plugin.adoc

    |<<#sec:basic,basic>>|A basic, empty, Gradle build
    |<<#sec:java_application,java-application>>|A command-line application implemented in Java
    |<<#sec:java_gradle_plugin,java-gradle-plugin>>|A Gradle plugin implemented in Java
    |<<#sec:java_library,java-library>>|A Java library
    |<<#sec:kotlin_application,kotlin-application>>|A command-line application implemented in Kotlin/JVM
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:43 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  8. cni/pkg/iptables/iptables.go

    			execErrs = append(execErrs, cfg.executeIptablesRestoreCommand(iptablesBuilder, &cfg.ipt6V, false))
    		}
    	} else {
    		// Execute iptables commands
    		execErrs = append(execErrs,
    			cfg.executeIptablesCommands(&cfg.iptV, iptablesBuilder.BuildV4()))
    		// Execute ip6tables commands
    		if cfg.cfg.EnableIPv6 {
    			execErrs = append(execErrs,
    				cfg.executeIptablesCommands(&cfg.ipt6V, iptablesBuilder.BuildV6()))
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  9. src/runtime/pprof/pprof.go

    //
    //	go tool pprof cpu.prof
    //
    // There are many commands available from the pprof command line.
    // Commonly used commands include "top", which prints a summary of the
    // top program hot-spots, and "web", which opens an interactive graph
    // of hot-spots and their call graphs. Use "help" for information on
    // all pprof commands.
    //
    // For more information about pprof, see
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/phases/join/kubelet.go

    			- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
    
    		If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
    			- 'systemctl status kubelet'
    			- 'journalctl -xeu kubelet'
    		`)
    )
    
    // NewKubeletStartPhase creates a kubeadm workflow phase that start kubelet on a node.
    func NewKubeletStartPhase() workflow.Phase {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top