Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 346 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 346 Bytes

Prerequisites

go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb

Install

cd ks-app
jb init
jb install https://github.com/evo-company/evo-libsonnet

Usage

local istio = import "evo-libsonnet/istio.libsonnet";

local Gateway = istio.networking.v1alpha3.gateway;

[
  Gateway.new("test"),
]