Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStrategyPrepareForUpdate (0.16 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/strategy_test.go

    	return map[string]interface{}{
    		"generation": int64(1),
    	}
    }
    
    func generation2() map[string]interface{} {
    	return map[string]interface{}{
    		"generation": int64(2),
    	}
    }
    
    func TestStrategyPrepareForUpdate(t *testing.T) {
    	strategy := customResourceStrategy{}
    	tcs := []struct {
    		name          string
    		old           *unstructured.Unstructured
    		obj           *unstructured.Unstructured
    		statusEnabled bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top