refator: put all modules under modules directory

This commit is contained in:
Jaka Hudoklin 2019-03-05 20:57:55 +01:00
parent e3b788c5dc
commit da12e2a319
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
32 changed files with 148 additions and 580739 deletions

View file

@ -0,0 +1,15 @@
{ lib, definitions }:
with lib;
{
"istio_networking_v1alpha3_StringMatch" = recursiveUpdate (recursiveUpdate
definitions."istio_networking_v1alpha3_StringMatch_Exact"
definitions."istio_networking_v1alpha3_StringMatch_Prefix"
)
definitions."istio_networking_v1alpha3_StringMatch_Regex";
"istio_networking_v1alpha3_PortSelector" = recursiveUpdate
definitions."istio_networking_v1alpha3_PortSelector_Name"
definitions."istio_networking_v1alpha3_PortSelector_Number";
}