kubernetes/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/aggregator/priority.go

type byPriority

func (a byPriority) Len() int {}

func (a byPriority) Swap(i, j int) {}

func (a byPriority) Less(i, j int) bool {}

func sortByPriority(apiServices []*apiregistrationv1.APIService) {}