Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version = "unknown"
)
Functions ¶
func Run ¶
func Run(s *ServerRunOptions) error
Types ¶
type ServerRunOptions ¶
type ServerRunOptions struct { Address string Port int TlsCA string TlsCert string TlsKey string IgnoreLabelKeys string ShowVersion bool SrcResourceName string DstResourceName string AllowDescheduleCount int }
func NewServerRunOptions ¶
func NewServerRunOptions() *ServerRunOptions
func (*ServerRunOptions) Validate ¶
func (s *ServerRunOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.