package apiserver
import "k8s.io/kubernetes/examples/apiserver"
Index ¶
- Constants
- func NewServerRunOptions() *genericoptions.ServerRunOptions
- func Run(serverOptions *genericoptions.ServerRunOptions, stopCh <-chan struct{}) error
Constants ¶
const ( // Ports on which to run the server. // Explicitly setting these to a different value than the default values, to prevent this from clashing with a local cluster. InsecurePort = 8081 SecurePort = 6444 )
Functions ¶
func NewServerRunOptions ¶
func NewServerRunOptions() *genericoptions.ServerRunOptions
func Run ¶
func Run(serverOptions *genericoptions.ServerRunOptions, stopCh <-chan struct{}) error
Source Files ¶
apiserver.go
Directories ¶
Path | Synopsis |
---|---|
examples/apiserver/rest | |
examples/apiserver/server |
- Version
- v1.5.4
- Published
- Mar 7, 2017
- Platform
- js/wasm
- Imports
- 15 packages
- Last checked
- 2 minutes ago –
Tools for package owners.