Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for reserialized (0.26 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			return input, nil, nil
    		}, input)
    	if err != nil {
    		t.Fatalf("Update failed: %v", err)
    	}
    	if out.ResourceVersion == initial.ResourceVersion {
    		t.Errorf("guaranteed update should have updated the serialized data, got %#v", out)
    	}
    
    	lastVersion := out.ResourceVersion
    
    	// this update should not write to etcd because the input matches the stored data
    	input = out
    	out = &example.Pod{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
Back to top