package
0.0.0-20240719025017-194badc497e8
Repository: https://github.com/redhat-cne/hw-event-proxy-operator.git
Documentation: pkg.go.dev

# README

Template rendering

The operator will render all files in a directory that end with ".json" or ".yaml". The files will be passed through the Go templating engine.

The aim is to mimic the parsing behavior of kubectl create -f <dir> as much as reasonably possible.

# Functions

No description provided by the author
RenderDir will render all manifests in a directory, descending in to subdirectories It will perform template substitutions based on the data supplied by the RenderData.
RenderTemplate reads, renders, and attempts to parse a yaml or json file representing one or more k8s api objects.

# Structs

RenderData ...