- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for waypoints (0.06 sec)
-
istioctl/pkg/waypoint/waypoint.go
# Delete a waypoint by name, which can obtain from istioctl waypoint list istioctl waypoint delete waypoint-name --namespace default # Delete several waypoints by name istioctl waypoint delete waypoint-name1 waypoint-name2 --namespace default # Delete all waypoints in a specific namespace istioctl waypoint delete --all --namespace default`, Args: func(cmd *cobra.Command, args []string) error {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 19.6K bytes - Viewed (0) -
istioctl/pkg/proxyconfig/proxyconfig.go
listenerConfigCmd.PersistentFlags().BoolVar(&waypointProxyConfig, "waypoint", false, "Output waypoint information") // Until stabilized _ = listenerConfigCmd.PersistentFlags().MarkHidden("waypoint") listenerConfigCmd.PersistentFlags().StringVarP(&configDumpFile, "file", "f", "", "Envoy config dump JSON file") return listenerConfigCmd }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 15:53:49 UTC 2024 - 50.6K bytes - Viewed (0)