editor

package
v0.1.22 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunConfigEditor

func RunConfigEditor(password, configPath, operatorEndpoint string, readOnlyFieldGroups []string)

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

Jump to

Keyboard shortcuts

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