Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompositeKeyFor (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/common/maplist.go

    	// get returns nil.
    	Get(interface{}) interface{}
    }
    
    type keyStrategy interface {
    	// CompositeKeyFor returns a composite key for the provided object, if possible, and a
    	// boolean that indicates whether or not a key could be generated for the provided object.
    	CompositeKeyFor(map[string]interface{}) (interface{}, bool)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 07 02:56:51 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top