package
0.18.0
Repository: https://github.com/kubernetes/release.git
Documentation: pkg.go.dev

# Functions

LoadPackageMetadata loads metadata.yaml file from the given path.

# Structs

PackageDependency is a struct that defines a single runtime dependency.
PackageMetadata is a struct that contains the following information about a package: - URL from which to download artifacts needed to build the package - Indicator if artifacts are packed in a .tar.gz archive - Dependencies needed to install the package Package's metadata is versioned based on the given version constraint.

# Type aliases

PackageMetadataList is a map that represents metadata.yaml file.