aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/mock_files
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-09-13 01:12:14 -0700
committerVictor Morales <victor.morales@intel.com>2018-09-13 01:16:12 -0700
commitfefa2efd802763db906d2a9c8303c0fbd8be0c38 (patch)
tree60b68a58f7d3f58a2b39aef8e66d454a618fd46e /src/k8splugin/mock_files
parentcb64a5fed1b10daa301235a2ef956b4805da99d3 (diff)
Change metadata.yaml structure
The metadata.yaml was using a list of resources instead of a set. As result, it's possible to add resources that are duplicated. In order to avoid this the ResourceTypePathMap field was changed. Change-Id: Ic454a9c42fa367b58580641b62b3d1c7ac33b1ca Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'src/k8splugin/mock_files')
-rw-r--r--src/k8splugin/mock_files/mock_yamls/metadata.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k8splugin/mock_files/mock_yamls/metadata.yaml b/src/k8splugin/mock_files/mock_yamls/metadata.yaml
index dcc1c32e..0289214a 100644
--- a/src/k8splugin/mock_files/mock_yamls/metadata.yaml
+++ b/src/k8splugin/mock_files/mock_yamls/metadata.yaml
@@ -10,7 +10,7 @@
# limitations under the License.
resources:
- - deployment:
+ deployment:
- deployment.yaml
- - service:
+ service:
- service.yaml