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 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
Click to show internal directories.
Click to hide internal directories.