package
0.38.5
Repository: https://github.com/devigned/aks-engine.git
Documentation: pkg.go.dev

# Functions

BuildAzureParametersFile will add the correct schema and contentversion information.
MapValues converts an arraw of rwa ApiModel values (like ["masterProfile.count=4","linuxProfile.adminUsername=admin"]) to a map.
MergeValuesWithAPIModel takes the path to an ApiModel JSON file, loads it and merges it with the values in the map to another temp file.
PrettyPrintArmTemplate will pretty print the arm template ensuring ordered by params, vars, resources, and outputs.
PrettyPrintJSON will pretty print the json into.

# Structs

APIModelValue represents a value in the APIModel JSON file.
Transformer represents the object that transforms template.

# Interfaces

Translator defines all required interfaces for i18n.Translator.