https://github.com/grafana/grafana-crossplane-libsonnet
Jsonnet library providing a namespaced set of compositions/XRDs for the Grafana Crossplane provider.
https://github.com/grafana/grafana-crossplane-libsonnet
crossplane grafana jsonnet jsonnet-lib
Last synced: 3 months ago
JSON representation
Jsonnet library providing a namespaced set of compositions/XRDs for the Grafana Crossplane provider.
- Host: GitHub
- URL: https://github.com/grafana/grafana-crossplane-libsonnet
- Owner: grafana
- Created: 2024-09-11T11:33:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T09:29:11.000Z (11 months ago)
- Last Synced: 2024-11-15T10:33:14.126Z (11 months ago)
- Topics: crossplane, grafana, jsonnet, jsonnet-lib
- Language: Jsonnet
- Homepage:
- Size: 2.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# grafanaplane
This repository provides a set of Crossplane Configurations packages and and accompanying Jsonnet library.
The Configuration packages provide a set of (namespaced) composition/XRD pairs that map directly to their non-namespaced Managed resources equivalents.
The library consists of two parts, the manually written functions to get started quicly and the full library in `zz/`. They can be used in combination with each other.
Most of this library is generated: the Compositions/XRDs packages, Configurations and the library in `zz/`.
## Install
```
jb install github.com/grafana/grafana-crossplane-libsonnet/grafanaplane@0.6.0-0.26.0
```## Usage
```jsonnet
local grafanaplane = import 'github.com/grafana/grafana-crossplane-libsonnet/grafanaplane/main.libsonnet';
```## Subpackages
* [cloud](cloud.md)
* [configurations](configurations.md)
* [global](global.md)
* [oncall](oncall.md)
* [oss](oss/index.md)
* [raw](raw/index.md)
* [sm](sm/index.md)