...

Source file src/edge-infra.dev/pkg/edge/linkerd/manifests/doc.go

Documentation: edge-infra.dev/pkg/edge/linkerd/manifests

     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  

View as plain text