Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isUpdate (0.15 sec)

  1. pkg/controller/job/job_controller_test.go

    		},
    	}
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			gotList, isUpdated := ensureJobConditionStatus(tc.haveList, tc.wantType, tc.wantStatus, tc.wantReason, "", realClock.Now())
    			if isUpdated != tc.expectUpdate {
    				t.Errorf("Got isUpdated=%v, want %v", isUpdated, tc.expectUpdate)
    			}
    			if len(gotList) != len(tc.expectList) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ownip.net
    vpndns.net
    dynserv.org
    now-dns.org
    x443.pw
    now-dns.top
    ntdll.top
    freeddns.us
    crafting.xyz
    zapto.xyz
    
    // nsupdate.info : https://www.nsupdate.info/
    // Submitted by Thomas Waldmann <info@nsupdate.info>
    nsupdate.info
    nerdpol.ovh
    
    // No-IP.com : https://noip.com/
    // Submitted by Deven Reza <******@****.***>
    blogsyte.com
    brasilia.me
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top