Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outObjFn (0.07 sec)

  1. pkg/apis/flowcontrol/v1beta3/conversion_test.go

    				"foo": "bar",
    			}),
    			expected: outObjFn(0, map[string]string{
    				"foo": "bar",
    				v1beta3.PriorityLevelPreserveZeroConcurrencySharesKey: "",
    			}),
    		},
    		{
    			name: "internal object, NominalConcurrencyShares is not 0; v1beta3 object should not have the roundtrip annotation set",
    			in: inObjFn(1, map[string]string{
    				"foo": "bar",
    			}),
    			expected: outObjFn(1, map[string]string{
    				"foo": "bar",
    			}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top