You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().Bool("experimental-server-side", false, "If true, apply runs in the server instead of the client. This is an alpha feature and flag.")
413
-
cmd.Flags().Bool("experimental-force-conflicts", false, "If true, server-side apply will force the changes against conflicts. This is an alpha feature and flag.")
414
-
cmd.Flags().String("experimental-field-manager", "kubectl", "Name of the manager used to track field ownership. This is an alpha feature and flag.")
412
+
cmd.Flags().Bool("server-side", false, "If true, apply runs in the server instead of the client.")
413
+
cmd.Flags().Bool("force-conflicts", false, "If true, server-side apply will force the changes against conflicts.")
414
+
cmd.Flags().String("field-manager", "kubectl", "Name of the manager used to track field ownership.")
0 commit comments