Skip to content

Common Jsonnet functions when dealing with Kubernetes resources.

License

Notifications You must be signed in to change notification settings

raeumlich/k8std-libsonnet

Repository files navigation

k8std-libsonnet

This project is meant to provide some common Jsonnet functions when dealing with Kubernetes resources.

NOTE: This library is not stable yet.

Usage

Installation

Using jsonnet-bundler

$ jb install github.com/raeumlich/k8std-libsonnet@main

Import

local k8std = import 'github.com/raeumlich/k8std-libsonnet/main.libsonnet';