evo-company / evo-libsonnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"),
]

About