Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxGRPCMessageSize int
Functions ¶
func NewArgoServer ¶
func NewArgoServer(ctx context.Context, opts ArgoServerOpts) (*argoServer, error)
Types ¶
type ArgoServerOpts ¶
type ArgoServerOpts struct {
BaseHRef string
TLSConfig *tls.Config
Namespace string
Clients *types.Clients
RestConfig *rest.Config
AuthModes auth.Modes
// config map name
ConfigName string
ManagedNamespace string
HSTS bool
EventOperationQueueSize int
EventWorkerCount int
EventAsyncDispatch bool
XFrameOptions string
AccessControlAllowOrigin string
}
Click to show internal directories.
Click to hide internal directories.