validate

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package validate provides Zarf package validation functions.

Index

Constants

This section is empty.

Variables

View Source
var (
	// IsLowercaseNumberHyphen is a regex for lowercase, numbers and hyphens.
	// https://regex101.com/r/FLdG9G/1
	IsLowercaseNumberHyphen = regexp.MustCompile(`^[a-z0-9\-]+$`).MatchString
	// IsUppercaseNumberUnderscore is a regex for uppercase, numbers and underscores.
	// https://regex101.com/r/tfsEuZ/1
	IsUppercaseNumberUnderscore = regexp.MustCompile(`^[A-Z0-9_]+$`).MatchString
)

Functions

func ImportPackage added in v0.23.0

func ImportPackage(composedComponent *types.ZarfComponent) error

ImportPackage validates the package trying to be imported.

func Run

func Run(pkg types.ZarfPackage) error

Run performs config validations.

Types

This section is empty.

Jump to

Keyboard shortcuts

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