github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/production/ksonnet/enterprise-logs/test/jsonnetfile.jsonnet (about)

     1  function(k8sVersion)
     2    (import '../jsonnetfile.json') + {
     3      dependencies+: [{
     4        source: {
     5          git: {
     6            remote: 'https://github.com/jsonnet-libs/k8s-libsonnet.git',
     7            subdir: k8sVersion,
     8          },
     9        },
    10        version: 'main',
    11      }],
    12    }