Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCPOperatorConfig ¶
type MCPOperatorConfig struct { // Architecture contains the configuration regarding v1 and v2 architecture. Architecture architecture.ArchConfig `json:"architecture"` }
var Config MCPOperatorConfig
func LoadConfig ¶
func LoadConfig(path string) (*MCPOperatorConfig, error)
func LoadConfigFromBytes ¶
func LoadConfigFromBytes(data []byte) (*MCPOperatorConfig, error)
func (*MCPOperatorConfig) Default ¶
func (cfg *MCPOperatorConfig) Default()
func (*MCPOperatorConfig) Validate ¶
func (cfg *MCPOperatorConfig) Validate() field.ErrorList
Click to show internal directories.
Click to hide internal directories.