Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MaxGRPCMessageSize contains max grpc message size
MaxGRPCMessageSize = 100 * 1024 * 1024
)
Variables ¶
This section is empty.
Functions ¶
func NewWorkServer ¶
func NewWorkServer(opts WorkServerOpts) *workServer
Types ¶
type WorkServerOpts ¶
type WorkServerOpts struct { BaseHRef string Namespace string KubeClientset *kubernetes.Clientset WfClientSet *versioned.Clientset RestConfig *rest.Config AuthMode string // config map name ConfigName string ManagedNamespace string }
func (WorkServerOpts) ValidateOpts ¶
func (ao WorkServerOpts) ValidateOpts() error
Click to show internal directories.
Click to hide internal directories.