package
7.2.7+incompatible
Repository: https://github.com/cloudfoundry-incubator/quarks-operator.git
Documentation: pkg.go.dev

# Functions

InterpolateExplicitVariables interpolates explicit variables in the manifest Expects an array of maps, each element being a variable: [{ "name":"foo", "password": "value" }, {"name": "bar", "ca": "---"} ] Returns the new manifest as a byte array.
MergeStaticVar builds a map of values used for BOSH explicit variable interpolation.
NewInterpolator constructs an interpolator.
NewResolver constructs a resolver.

# Structs

InterpolatorImpl applies desired changes from BOSH operations files to to BOSH manifest.
Resolver resolves references from bdpl CR to a BOSH manifest.

# Interfaces

Interpolator renders BOSH manifests by operations files.

# Type aliases

NewInterpolatorFunc returns a fresh Interpolator.