Documentation ¶
Index ¶
Constants ¶
View Source
const ( RESPONSE_STATUS_OK = "OK" RESPONSE_STATUS_ERROR = "ERROR" RESPONSE_CODE_OK = 200 RESPONSE_CODE_ERROR = 500 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeServer ¶
KubeServer -
func NewKubeServer ¶
func NewKubeServer() (*KubeServer, error)
NewKubeServer - Create new Kubernetes REST server
func (*KubeServer) Shutdown ¶
func (s *KubeServer) Shutdown()
Shutdown - Shutdown Kubernetes REST server
Click to show internal directories.
Click to hide internal directories.