Skip to content

evo-company/evo-libsonnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published