# Functions
APIServiceNameToGroupVersion returns the GroupVersion for a given apiServiceName.
GetAPIServiceConditionByType gets an *APIServiceCondition by APIServiceConditionType if present.
IsAPIServiceConditionTrue indicates if the condition is present and strictly true.
NewLocalAvailableAPIServiceCondition returns a condition for an available local APIService.
SetAPIServiceCondition sets the status condition.
SortedByGroupAndVersion sorts APIServices into their different groups, and then sorts them based on their versions.
# Type aliases
ByGroupPriorityMinimum sorts with the highest group number first, then by name.
ByVersionPriority sorts with the highest version number first, then by name.