- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fieldManager (0.07 sec)
-
istioctl/pkg/waypoint/waypoint.go
b, err := yaml.Marshal(gw) if err != nil { return err } _, err = gwc.Patch(context.Background(), gw.Name, types.ApplyPatchType, b, metav1.PatchOptions{ Force: nil, FieldManager: "istioctl", }) if err != nil { if kerrors.IsNotFound(err) { return fmt.Errorf("missing Kubernetes Gateway CRDs need to be installed before applying a waypoint: %s", err) } return err
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 19.6K bytes - Viewed (0)