kubernetes/staging/src/k8s.io/kube-aggregator/pkg/apis/apiregistration/v1/helper/helpers_test.go

var a

var b

func TestIsAPIServiceConditionTrue(t *testing.T) {}

func TestSetAPIServiceCondition(t *testing.T) {}

func TestSortedAPIServicesByVersion(t *testing.T) {}

func TestGetAPIServiceConditionByType(t *testing.T) {}

func makeNewAPIService(version string, priority int32, conditions ...v1.APIServiceCondition) *v1.APIService {}

func makeNewAPIServiceCondition(conditionType v1.APIServiceConditionType, reason string, message string, status v1.ConditionStatus) v1.APIServiceCondition {}