Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInfoControllerConfig ¶ added in v0.12.1
type AccountInfoControllerConfig struct {
Enabled bool
}
type AccountInfoSubroutineConfig ¶ added in v0.12.1
type AccountInfoSubroutineConfig struct {
Enabled bool
}
type ControllersConfig ¶ added in v0.12.1
type ControllersConfig struct {
AccountInfo AccountInfoControllerConfig
}
type OperatorConfig ¶
type OperatorConfig struct {
Webhooks WebhooksConfig
Subroutines SubroutinesConfig
Controllers ControllersConfig
Kcp KcpConfig
}
func NewOperatorConfig ¶ added in v0.12.1
func NewOperatorConfig() OperatorConfig
func (*OperatorConfig) AddFlags ¶ added in v0.12.1
func (c *OperatorConfig) AddFlags(fs *pflag.FlagSet)
type SubroutinesConfig ¶ added in v0.12.1
type SubroutinesConfig struct {
WorkspaceType WorkspaceTypeSubroutineConfig
Workspace WorkspaceSubroutineConfig
WorkspaceReady WorkspaceReadySubroutineConfig
AccountInfo AccountInfoSubroutineConfig
}
type WebhooksConfig ¶ added in v0.12.1
type WorkspaceReadySubroutineConfig ¶ added in v0.12.1
type WorkspaceReadySubroutineConfig struct {
Enabled bool
}
type WorkspaceSubroutineConfig ¶ added in v0.12.1
type WorkspaceSubroutineConfig struct {
Enabled bool
}
type WorkspaceTypeSubroutineConfig ¶ added in v0.12.1
type WorkspaceTypeSubroutineConfig struct {
Enabled bool
}
Click to show internal directories.
Click to hide internal directories.