- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for deleteWaypoints (0.09 sec)
-
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")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 19.6K bytes - Viewed (0)