parser

package
v2.12.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAllConfigs

GetAllConfigs returns the list of all skaffold configurations parsed from the target config file in addition to all resolved dependency configs.

Types

type SkaffoldConfigEntry

type SkaffoldConfigEntry struct {
	*latest.SkaffoldConfig
	SourceFile   string
	SourceIndex  int
	IsRootConfig bool
	IsRemote     bool
	YAMLInfos    *configlocations.YAMLInfos
}

SkaffoldConfigEntry encapsulates a single skaffold configuration, along with the source filename and its index in that file.

type SkaffoldConfigSet

type SkaffoldConfigSet []*SkaffoldConfigEntry

SkaffoldConfigSet encapsulates a slice of skaffold configurations.

func GetConfigSet

func GetConfigSet(ctx context.Context, opts config.SkaffoldOptions) (SkaffoldConfigSet, error)

GetConfigSet returns the list of all skaffold configurations parsed from the target config file in addition to all resolved dependency configs as a `SkaffoldConfigSet`. This struct additionally contains the file location that each skaffold configuration is parsed from.

func (SkaffoldConfigSet) Locate

func (s SkaffoldConfigSet) Locate(obj interface{}) *configlocations.Location

Locate gets the location for a skaffold schema struct pointer

func (SkaffoldConfigSet) LocateElement

func (s SkaffoldConfigSet) LocateElement(obj interface{}, idx int) *configlocations.Location

LocateElement gets the location for a skaffold element from a skaffold schema struct pointer and a slice/array index(int)

func (SkaffoldConfigSet) LocateField

func (s SkaffoldConfigSet) LocateField(obj interface{}, fieldName string) *configlocations.Location

LocateField gets the location for a skaffold field from a skaffold schema struct pointer and a field name

func (SkaffoldConfigSet) SelectRootConfigs

func (s SkaffoldConfigSet) SelectRootConfigs() SkaffoldConfigSet

SelectRootConfigs filters SkaffoldConfigSet to only configs read from the root skaffold.yaml file

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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