Documentation
¶
Index ¶
Constants ¶
View Source
const (
DEFAULT_RECONCILIATION = 5 * time.Minute
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(options *ServerOptions) (*Server, error)
type ServerOptions ¶
type ServerOptions struct {
KubeConfig string
Context string
ServiceCIDR string
server.TunnelOptions
}
Click to show internal directories.
Click to hide internal directories.