Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expectedAnnotations (0.16 sec)

  1. pkg/kubelet/nodestatus/setters_test.go

    				"Diff: %s", cmp.Diff(testCase.expectedAddresses, existingNode.Status.Addresses))
    			if testCase.expectedAnnotations != nil {
    				assert.True(t, apiequality.Semantic.DeepEqual(testCase.expectedAnnotations, existingNode.Annotations),
    					"Diff: %s", cmp.Diff(testCase.expectedAnnotations, existingNode.Annotations))
    			}
    		})
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. pkg/controller/endpoint/endpoints_controller_test.go

    		numDesiredNotReady  int
    		numExpectedReady    int
    		numExpectedNotReady int
    		expectedAnnotation  bool
    	}{{
    		name:                "empty",
    		startingAnnotation:  nil,
    		numExisting:         0,
    		numDesired:          0,
    		numExpectedReady:    0,
    		numExpectedNotReady: 0,
    		expectedAnnotation:  false,
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top