controller

package
v0.0.0-...-ff55af6 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BadRequest

func BadRequest(w http.ResponseWriter, r *http.Request, err error)

BadRequest will return an error message indicating that the request is invalid

func Conflict

func Conflict(w http.ResponseWriter, r *http.Request, err error)

Conflict xxx

func Forbidden

func Forbidden(w http.ResponseWriter, r *http.Request, err error)

Forbidden will block user access the resource, not authorized

func InternalError

func InternalError(w http.ResponseWriter, r *http.Request, err error)

InternalError will return an error message indicating that the something is error inside the controller

func NotAcceptable

func NotAcceptable(w http.ResponseWriter, r *http.Request, err error)

NotAcceptable xxx

func OK

func OK(w http.ResponseWriter, r *http.Request, message string)

OK reply

func ResourceNotFound

func ResourceNotFound(w http.ResponseWriter, r *http.Request, message string)

ResourceNotFound will return an error message indicating that the resource is not exist

func Response

func Response(w http.ResponseWriter, r *http.Request, httpCode int, message interface{})

Response : http response func (no return http code)

func ServiceUnavailable

func ServiceUnavailable(w http.ResponseWriter, r *http.Request, err error)

ServiceUnavailable will return an error message indicating that the service is not available now

func Unauthorized

func Unauthorized(w http.ResponseWriter, r *http.Request, err error)

Unauthorized will block user access the api, not login

Types

type Controller

type Controller interface {
	Register(router *mux.Router)
}

type Options

type Options struct {
	KubernetesClusterClientset clientset.Interface
	KubeClientset              kubernetes.Interface
	Service                    service.Interface
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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