server

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CONN_HOST = "0.0.0.0" // available on any IP address
	CONN_PORT = "0"       // 0 means random available port
	CONN_TYPE = "tcp"     // We are only focused on TCP connections
)

Setup constants for the reverse proxy ports

Variables

This section is empty.

Functions

func ConnectToK8s

func ConnectToK8s()

func HandleClient

func HandleClient(client *c.ClientHub)

func WatchResources

func WatchResources(clientSet client_v1alpha1.V1Alpha1Interface) cache.Store

Types

type IAuthProvider

type IAuthProvider interface {
	IsLoginValid(clientID uuid.UUID, secret string) (c.IunctioClient, bool)
}
var AuthProvider IAuthProvider

Jump to

Keyboard shortcuts

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