Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Gods (0.15 sec)

  1. cni/pkg/nodeagent/informers_test.go

    	// annotate the pod
    	annotationsPatch := []byte(fmt.Sprintf(`{"metadata":{"annotations":{"%s":"%s"}}}`,
    		constants.AmbientRedirection, constants.AmbientRedirectionDisabled))
    	_, err = client.Kube().CoreV1().Pods(pod.Namespace).Patch(ctx, pod.Name,
    		types.MergePatchType, annotationsPatch, metav1.PatchOptions{})
    	assert.NoError(t, err)
    
    	// wait for an update events
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Feb 08 01:03:24 GMT 2024
    - 15.8K bytes
    - Viewed (0)
Back to top