package
0.0.0-20251002133206-339bfc9eca71
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.