Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperatorConfig ¶ added in v0.134.24
type OperatorConfig struct {
	KCP struct {
		Enabled    bool   `mapstructure:"kcp-enabled" default:"false"`
		Kubeconfig string `mapstructure:"kcp-kubeconfig" default:""`
	} `mapstructure:",squash"`
	Subroutines struct {
		ContentConfiguration struct {
			Enabled bool `mapstructure:"subroutines-content-configuration-enabled" default:"true"`
		} `mapstructure:",squash"`
	} `mapstructure:",squash"`
}
    type ServerConfig ¶ added in v0.134.24
 Click to show internal directories. 
   Click to hide internal directories.