builtintypes

package
v1.0.0-beta.60.2 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package builtintypes holds types for kpt file package context

Index

Constants

View Source
const (
	PkgContextFile = "package-context.yaml"
	PkgContextName = "kptfile.kpt.dev"

	ConfigKeyPackagePath = "package-path"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BuiltinFunction

type BuiltinFunction interface {
	Run(io.Reader, io.Writer) error
	Process(*framework.ResourceList) error
}

BuiltinFunction returns a reference to a builtin function

type PackageConfig

type PackageConfig struct {
	// PackagePath is the path to the package, as determined by the names of the parent packages.
	// The path to a package is the parent package path joined with the package name.
	PackagePath string
}

PackageConfig holds package automatic configuration

Jump to

Keyboard shortcuts

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