kubernetesk8s.io/kubernetes/examples/apiserver Index | Files | Directories

package apiserver

import "k8s.io/kubernetes/examples/apiserver"

Index

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
)

Functions

func NewServerRunOptions

func NewServerRunOptions() *genericapiserver.ServerRunOptions

func Run

func Run(serverOptions *genericapiserver.ServerRunOptions) error

Source Files

apiserver.go

Directories

PathSynopsis
examples/apiserver/rest
examples/apiserver/server
Version
v1.3.0-alpha.4
Published
May 17, 2016
Platform
js/wasm
Imports
11 packages
Last checked
3 minutes ago

Tools for package owners.