Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deleteWaypoints (0.2 sec)

  1. istioctl/pkg/waypoint/waypoint.go

    			}
    			ns := ctx.NamespaceOrDefault(ctx.Namespace())
    
    			// Delete all waypoints if the --all flag is set
    			if deleteAll {
    				return deleteWaypoints(cmd, kubeClient, ns, nil)
    			}
    
    			// Delete waypoints by names if provided
    			return deleteWaypoints(cmd, kubeClient, ns, args)
    		},
    	}
    	waypointDeleteCmd.Flags().BoolVar(&deleteAll, "all", false, "Delete all waypoints in the namespace")
    
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:40 GMT 2024
    - 15K bytes
    - Viewed (0)
Back to top