...

Command kube-apiserver

APIServer is the main API server and master for the cluster. It is responsible for serving the cluster management API.

Subdirectories

Name Synopsis
..
app Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure.
options Package options contains flags and options for initializing an apiserver
testing