mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-09 21:49:57 +00:00
Document describing how to convert a kustomization file into a searchable document on appengine (will be changed to elasticsearch) soon.
10 lines
165 B
Modula-2
10 lines
165 B
Modula-2
module sigs.k8s.io/kustomize/internal/search
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
google.golang.org/appengine v1.6.1
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|