# Packages
No description provided by the author
Package v1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server.
Package v1beta1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server.
No description provided by the author
# Functions
GetAPIServiceConditionByType gets an *APIServiceCondition by APIServiceConditionType if present.
IsAPIServiceConditionTrue indicates if the condition is present and strictly true.
Kind takes an unqualified kind and returns back a Group qualified GroupKind.
NewLocalAvailableAPIServiceCondition returns a condition for an available local APIService.
Resource takes an unqualified resource and returns back a Group qualified GroupResource.
SetAPIServiceCondition sets the status condition.
SortedByGroupAndVersion sorts APIServices into their different groups, and then sorts them based on their versions.
# Constants
Available indicates that the service exists and is reachable.
These are valid condition statuses.
These are valid condition statuses.
These are valid condition statuses.
GroupName is the API group for apiregistration.
# Variables
AddToScheme is a common registration function for mapping packaged scoped group & version keys to a scheme.
SchemeBuilder is the scheme builder with scheme init functions to run for this API package.
SchemeGroupVersion is group version used to register these objects.
# Structs
APIService represents a server for a particular GroupVersion.
APIServiceCondition describes conditions for an APIService.
APIServiceList is a list of APIService objects.
APIServiceSpec contains information for locating and communicating with a server.
APIServiceStatus contains derived information about an API server.
ServiceReference holds a reference to Service.legacy.k8s.io.
# Type aliases
APIServiceConditionType is a valid value for APIServiceCondition.Type.
ByGroupPriorityMinimum sorts with the highest group number first, then by name.
ByVersionPriority sorts with the highest version number first, then by name.
ConditionStatus indicates the status of a condition (true, false, or unknown).