Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fsMap (0.02 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	fsMap := make(map[string]*flowcontrol.FlowSchema, len(newFSs))
    	var haveExemptFS, haveCatchAllFS bool
    	for i, fs := range newFSs {
    		otherFS := fsMap[fs.Name]
    		if otherFS != nil {
    			// This client is forbidden to do this.
    			panic(fmt.Sprintf("Given two FlowSchema objects with the same name: %s and %s", fcfmt.Fmt(otherFS), fcfmt.Fmt(fs)))
    		}
    		fsMap[fs.Name] = fs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
Back to top