package
0.33.0-alpha.0
Repository: https://github.com/kubernetes/kube-aggregator.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DefaultAPIResourceConfigSource returns default configuration for an APIResource.
NewAPIServiceRegistrationController returns a new APIServiceRegistrationController.
NewClusterIPServiceResolver returns a ServiceResolver that directly calls the service's cluster IP.
No description provided by the author
NewEndpointServiceResolver returns a ServiceResolver that chooses one of the service's endpoints.
NewLoopbackServiceResolver returns a ServiceResolver that routes the kubernetes/default service with port 443 to loopback.

# Constants

StorageVersionPostStartHookName is the name of the storage version updater post start hook.

# Variables

Maximum is 20000.
No description provided by the author

# Structs

APIAggregator contains state for a Kubernetes cluster master/api server.
APIServiceRegistrationController is responsible for registering and removing API services.
CompletedConfig same as Config, just to swap private object.
Config represents the configuration needed to create an APIAggregator.
ExtraConfig represents APIServices-specific configuration.

# Interfaces

APIHandlerManager defines the behaviour that an API handler should have.
No description provided by the author
A ServiceResolver knows how to get a URL given a service.