Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for quantity_greater (0.13 sec)

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

    			expr:                `quantity("50M").isLessThan(quantity("50Mi"))`,
    			expectEstimatedCost: checker.CostEstimate{Min: 3, Max: 3},
    			expectRuntimeCost:   3,
    		},
    		{
    			name:                "quantity_greater",
    			expr:                `quantity("50Mi").isGreaterThan(quantity("50M"))`,
    			expectEstimatedCost: checker.CostEstimate{Min: 3, Max: 3},
    			expectRuntimeCost:   3,
    		},
    		{
    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