internal

package
v0.1.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run() error

Types

type Config

type Config struct {
	Prefix       string        `yaml:"prefix"`
	Replacements []Replacement `yaml:"replacements"`
}

type Replacement

type Replacement struct {
	Targets   []Target          `yaml:"targets"`
	Variables map[string]string `yaml:"variables"`
}

type Target

type Target struct {
	Group     string `yaml:"group"`
	Version   string `yaml:"version"`
	Kind      string `yaml:"kind"`
	Name      string `yaml:"name"`
	Namespace string `yaml:"namespace"`
}

Jump to

Keyboard shortcuts

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