Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultScheduleDelay = 1 * time.Second
DefaultScheduleDelay is the default schedule delay
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextGeneratorOption ¶ added in v0.7.0
type ContextGeneratorOption func(generator *ContextsGenerator)
type ContextsGenerator ¶ added in v0.7.0
type ContextsGenerator struct { ConfigLoader kubeconfig.Loader DashConfig config.Dash }
ContextsGenerator generates kube contexts for the front end.
func NewContextsGenerator ¶ added in v0.7.0
func NewContextsGenerator(dashConfig config.Dash, options ...ContextGeneratorOption) *ContextsGenerator
func (ContextsGenerator) Name ¶ added in v0.7.0
func (ContextsGenerator) Name() string
func (ContextsGenerator) ScheduleDelay ¶ added in v0.7.0
func (ContextsGenerator) ScheduleDelay() time.Duration
Click to show internal directories.
Click to hide internal directories.