Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hafner (0.18 sec)

  1. istioctl/pkg/waypoint/waypoint.go

    				}
    			}
    			fmt.Fprintf(cmd.OutOrStdout(), "waypoint %v/%v applied\n", gw.Namespace, gw.Name)
    
    			// If a user decides to enroll their namespace with a waypoint, label the namespace with the waypoint name
    			// after the waypoint has been applied.
    			if enrollNamespace {
    				err = labelNamespaceWithWaypoint(kubeClient, ns)
    				if err != nil {
    					return fmt.Errorf("failed to label namespace with waypoint: %v", err)
    				}
    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)
Back to top