Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDryRun (0.08 sec)

  1. pkg/kube/client.go

    	data, err := json.Marshal(obj)
    	if err != nil {
    		return err
    	}
    
    	force := true
    	_, err = dr.Patch(context.Background(), obj.GetName(), types.ApplyPatchType, data, metav1.PatchOptions{
    		DryRun:       getDryRun(dryRun),
    		Force:        &force,
    		FieldManager: "istio-ci",
    	})
    	// If we are changing CRDs, invalidate the discovery client so future calls will not fail
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top