package
0.0.0-20250310092227-2d60b7484167
Repository: https://github.com/openshift/cluster-network-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.
RenderDirs renders multiple directories, but sorts the discovered files *globally* first.
RenderTemplate reads, renders, and attempts to parse a yaml or json file representing one or more k8s api objects.

# Structs

No description provided by the author