Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compare_equal (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    			expr:                `quantity("50Mi").isGreaterThan(quantity("50M"))`,
    			expectEstimatedCost: checker.CostEstimate{Min: 3, Max: 3},
    			expectRuntimeCost:   3,
    		},
    		{
    			name:                "compare_equal",
    			expr:                `quantity("200M").compareTo(quantity("0.2G")) > 0`,
    			expectEstimatedCost: checker.CostEstimate{Min: 4, Max: 4},
    			expectRuntimeCost:   4,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top