# README
k8s.io/api/discovery/v1alpha1
Copying from https://github.com/kubernetes/api/tree/release-1.20/discovery/v1alpha1
Generated by ./hack/clone_old_apis.sh
# Constants
AddressTypeFQDN represents a FQDN.
AddressTypeIP represents an IP Address.
AddressTypeIPv4 represents an IPv4 Address.
AddressTypeIPv6 represents an IPv6 Address.
GroupName is the group name used in this package.
LabelManagedBy is used to indicate the controller or entity that manages an EndpointSlice.
LabelServiceName is used to indicate the name of a Kubernetes service.
# Variables
AddToScheme is a common registration function for mapping packaged scoped group & version keys to a scheme.
No description provided by the author
No description provided by the author
No description provided by the author
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
Endpoint represents a single logical "backend" implementing a service.
EndpointConditions represents the current condition of an endpoint.
EndpointPort represents a Port used by an EndpointSlice.
EndpointSlice represents a subset of the endpoints that implement a service.
EndpointSliceList represents a list of endpoint slices.
# Type aliases
AddressType represents the type of address referred to by an endpoint.