Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createAnnotatedPod (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/util_test.go

    	}{
    		{
    			name:             "a standard obj with the initial-events-end annotation set to true",
    			object:           createAnnotatedPod("p1", "true"),
    			expectAnnotation: true,
    		},
    		{
    			name:   "a standard obj with the initial-events-end annotation set to false",
    			object: createAnnotatedPod("p1", "false"),
    		},
    		{
    			name:   "a standard obj without the annotation",
    			object: createPod("p1"),
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 11 12:07:39 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top