Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunConfigEditor ¶
RunConfigEditor runs the configuration editor server.
Types ¶
type ConfigBundle ¶
type ConfigBundle struct { Config map[string]interface{} `json:"config.yaml" yaml:"config.yaml"` Certificates map[string][]byte `json:"certs,omitempty" yaml:"certs,omitempty"` ManagedFieldGroups []string `json:"managedFieldGroups,omitempty" yaml:"managedFieldGroups,omitempty"` }
ConfigBundle is the current state of the config bundle on the server. It may read from a path on disk and then edited through the API.
type ServerOptions ¶
type ServerOptions struct {
// contains filtered or unexported fields
}
ServerOptions holds information regarding the set up of the config-tool server
Click to show internal directories.
Click to hide internal directories.