config

package
v0.12.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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 KcpConfig added in v0.12.1

type KcpConfig struct {
	ApiExportEndpointSliceName string
	ProviderWorkspace          string
}

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 WebhooksConfig struct {
	Enabled                bool
	CertDir                string
	Port                   int
	DenyList               string
	AdditionalAccountTypes []string
}

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL