1 // Package manifests implements utility functions for mutating 2 // linkerd unstructured objects with custom configurations. 3 // 4 // Any additions or modifications to linkerd manifests should be 5 // included within this pkg. 6 package manifests 7