Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface {
Start() error
}
Server is the public interface to the upload proxy
func NewUploadProxy ¶
func NewUploadProxy(bindAddress string, bindPort uint, apiServerPublicKey string, uploadClientKey string, uploadClientCert string, uploadServerCert string, serviceKey string, serviceCert string, client kubernetes.Interface) (Server, error)
NewUploadProxy returns an initialized uploadProxyApp
Click to show internal directories.
Click to hide internal directories.