config

package
v0.11.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	Merge = "merge"
)

Variables

This section is empty.

Functions

func NewProcessorsAndRun

func NewProcessorsAndRun(config *v1.Config) error

Types

type Dumper

type Dumper struct {
	// contains filtered or unexported fields
}

func (*Dumper) Dump

func (c *Dumper) Dump(configs []v1.Config) error

func (*Dumper) WriteFiles

func (c *Dumper) WriteFiles(configs []v1.Config) error

type Interface

type Interface interface {
	// Dump Configs from Clusterfile to the cluster rootfs
	Dump(configs []v1.Config) error
}

func NewConfiguration

func NewConfiguration(rootPath string) Interface

type PreProcessor

type PreProcessor interface {
	Process(config *v1.Config) error
}

Jump to

Keyboard shortcuts

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