Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sortByCreationComparator (0.24 sec)

  1. pilot/pkg/model/config.go

    				matchHost = h
    				matchValue = v
    			}
    		}
    	}
    
    	return matchHost, matchValue, found
    }
    
    // sortByCreationComparator is a comparator function for sorting config objects by creation time.
    func sortByCreationComparator(configs []config.Config) func(i, j int) bool {
    	return func(i, j int) bool {
    		// If creation time is the same, then behavior is nondeterministic. In this case, we can
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 08:51:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top