kubernetes

package
v0.0.0-...-dd7978e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Liveness

type Liveness struct {
	Status string `json:"status"`
	Code   int    `json:"code"`
}

type Readiness

type Readiness struct {
	Status string `json:"status"`
	Code   int    `json:"code"`
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

func New

func New() (*Server, error)

func (*Server) Shutdown

func (s *Server) Shutdown(timeout int)

func (*Server) Start

func (s *Server) Start() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL