Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPerCRDEstimatedCost (0.15 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			if conversionCount != 1 {
    				t.Errorf("Expected 1 conversion to be performed by cel context during schema traversal but observed %d conversions", conversionCount)
    			}
    		})
    	}
    }
    
    func TestPerCRDEstimatedCost(t *testing.T) {
    	tests := []struct {
    		name              string
    		costs             []uint64
    		expectedExpensive []uint64
    		expectedTotal     uint64
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
Back to top