Add prepare_manifests endpoint 24/1124/10
authorYolanda Robla <yroblamo@redhat.com>
Thu, 4 Jul 2019 16:03:12 +0000 (18:03 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Wed, 10 Jul 2019 14:43:05 +0000 (16:43 +0200)
commit8fc6beaf72cd25b14726ffbc610997c7135c18d6
tree1084ce87f09cbfa722677dd3d176b57348e2308e
parent8fc754e39016412baf87ad3c21c3ed565dd3fe37
Add prepare_manifests endpoint

Added new command to prepare the manifests for the site. It
combines the original manifests declaration with the output of
kustomize for the site, to generate a complete set of manifests,
ready to be applied.

Change-Id: I911bee254ee05322f2e683ce24391acdbfd81c72
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
cmd/prepare_manifests.go [new file with mode: 0644]
pkg/manifests/manifests.go [new file with mode: 0644]
pkg/requirements/requirements.go
pkg/site/site.go
pkg/utils/utils.go [new file with mode: 0644]