package
0.0.0-20210929134506-8fd29ad8f0d9
Repository: https://github.com/kok-stack/native-kubelet.git
Documentation: pkg.go.dev

# README

Copied from https://github.com/kubernetes/kubernetes/tree/master/third_party/forked/golang/expansion .

This is to eliminate a direct dependency on kubernetes/kubernetes.

# Functions

Expand replaces variable references in the input string according to the expansion spec using the given mapping function to resolve the values of variables.
MappingFuncFor returns a mapping function for use with Expand that implements the expansion semantics defined in the expansion spec; it returns the input string wrapped in the expansion syntax if no mapping for the input is found.