Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ball (0.14 sec)

  1. istioctl/pkg/waypoint/waypoint.go

    			}
    			return nil
    		},
    		RunE: func(cmd *cobra.Command, args []string) error {
    			kubeClient, err := ctx.CLIClient()
    			if err != nil {
    				return fmt.Errorf("failed to create Kubernetes client: %v", err)
    			}
    			ns := ctx.NamespaceOrDefault(ctx.Namespace())
    
    			// Delete all waypoints if the --all flag is set
    			if deleteAll {
    				return deleteWaypoints(cmd, kubeClient, ns, nil)
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed May 01 16:16:40 GMT 2024
    - 15.2K bytes
    - Viewed (0)
  2. istioctl/pkg/ztunnelconfig/ztunnelconfig.go

    	common := new(commonFlags)
    	cmd := &cobra.Command{
    		Use:   "all",
    		Short: "Retrieves all configuration for the specified Ztunnel pod.",
    		Long:  `Retrieve information about all configuration for the Ztunnel instance.`,
    		Example: `  # Retrieve summary about all configuration for a randomly chosen ztunnel.
      istioctl x ztunnel-config all
    
      # Retrieve full configuration dump of workloads for a given Ztunnel instance.
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed May 01 13:11:40 GMT 2024
    - 22.2K bytes
    - Viewed (0)
Back to top