package
0.11.0
Repository: https://github.com/bryanl/ksonnet.git
Documentation: pkg.go.dev

# Packages

Code generated by mockery v1.0.0.

# Functions

Create creates a component.
Delete deletes the component file and all references.
ExtractComponent extracts a component from a path.
ExtractModuleComponent extracts a module and a component from a path.
GenParamsContent is the default content for params.libsonnet.
GetModule gets a module by path.
LocateComponent locates a component given a module and a name.
MakePaths creates a slice of component paths.
Modules returns all component modules.
ModulesFromEnv returns all modules given an environment.
NewJsonnet creates an instance of Jsonnet.
NewModule creates an instance of module.
NewYAML creates an instance of YAML.
Path returns returns the file system path for a component.
No description provided by the author

# Constants

TypeJsonnet is a Jsonnet component.
TypeYAML is a YAML component.

# Variables

DefaultManager is the default manager for components.

# Structs

FilesystemModule is a component module that uses a filesystem for storage.
Jsonnet is a component base on jsonnet.
ModuleParameter is a module parameter.
ParamOptions is options for parameters.
Summary summarizes items found in components.
YAML represents a YAML component.

# Interfaces

Component is a ksonnet Component interface.
Manager is an interface for interating with components.
Module is a component module.