Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVariables ¶
Types ¶
type Subst ¶ added in v1.1.0
type Subst struct {
Kustomization *kustomize.Kustomize
Manifests [][]byte // Store as byte slices for simplicity
Substitutions map[string]interface{}
EjsonDecryptor *ejson.EjsonDecryptor // Add ejson decryptor
Config config.Configuration // Store full config for ejson keys
}
Subst represents a simplified subst processor for CMP
Click to show internal directories.
Click to hide internal directories.