config

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Merge     = "merge"
	Overwrite = "overwrite"
)

Variables

This section is empty.

Functions

func NewProcessorsAndRun added in v0.7.1

func NewProcessorsAndRun(config *v1.Config) error

Types

type Dumper

type Dumper struct {
	Configs []v1.Config
	Cluster *v2.Cluster
}

func (*Dumper) Dump

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

func (*Dumper) WriteFiles

func (c *Dumper) WriteFiles() (err error)

type Interface

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

func NewConfiguration

func NewConfiguration(cluster *v2.Cluster) Interface

type PreProcessor added in v0.7.1

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