Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for AnyType (0.29 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/composition_test.go

    	name       string
    	expression string
    }
    
    func (t *testVariable) GetExpression() string {
    	return t.expression
    }
    
    func (t *testVariable) ReturnTypes() []*cel.Type {
    	return []*cel.Type{cel.AnyType}
    }
    
    func (t *testVariable) GetName() string {
    	return t.name
    }
    
    func TestCompositedPolicies(t *testing.T) {
    	cases := []struct {
    		name                  string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top