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() *genericoptions.ServerRunOptions

func Run

func Run(serverOptions *genericoptions.ServerRunOptions) error

Source Files

apiserver.go

Directories

PathSynopsis
examples/apiserver/rest
examples/apiserver/server
Version
v1.4.12-beta.0
Published
Apr 20, 2017
Platform
js/wasm
Imports
13 packages
Last checked
1 minute ago

Tools for package owners.