Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/operator/.bingo
Mohamed-Amine Bouqsimi be71e48250
operator: Golang version to 1.18 and k8s client to 1.24 (#6741)
3 years ago
..
.gitignore operator: Update to Go 1.17 (#5695) 3 years ago
README.md Merge loki-operator into top-level dir operator 4 years ago
Variables.mk operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago
bingo.mod operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago
bingo.sum operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago
controller-gen.mod operator: Update to operator-sdk 1.22.0 (#6581) 3 years ago
controller-gen.sum operator: Update to operator-sdk 1.22.0 (#6581) 3 years ago
go.mod Merge loki-operator into top-level dir operator 4 years ago
gofumpt.mod operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago
gofumpt.sum operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago
golangci-lint.mod operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago
golangci-lint.sum operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago
hugo.mod operator: Publish docs as public website (#6449) 3 years ago
hugo.sum operator: Publish docs as public website (#6449) 3 years ago
kind.mod operator: Add e2e local development with kind (#6339) 3 years ago
kind.sum operator: Add e2e local development with kind (#6339) 3 years ago
kustomize.mod operator: Do not include non-static labels in pod selectors (#5907) 3 years ago
kustomize.sum operator: Do not include non-static labels in pod selectors (#5907) 3 years ago
logcli.mod operator: Add e2e local development with kind (#6339) 3 years ago
logcli.sum operator: Add e2e local development with kind (#6339) 3 years ago
operator-sdk.mod operator: Update to operator-sdk 1.22.0 (#6581) 3 years ago
operator-sdk.sum operator: Update to operator-sdk 1.22.0 (#6581) 3 years ago
promtool.mod operator: Update to Go 1.17 (#5695) 3 years ago
promtool.sum operator: Update to Go 1.17 (#5695) 3 years ago
variables.env operator: Golang version to 1.18 and k8s client to 1.24 (#6741) 3 years ago

README.md

Project Development Dependencies.

This is directory which stores Go modules with pinned buildable package that is used within this repository, managed by https://github.com/bwplotka/bingo.

  • Run bingo get to install all tools having each own module file in this directory.
  • Run bingo get <tool> to install that have own module file in this directory.
  • For Makefile: Make sure to put include .bingo/Variables.mk in your Makefile, then use $() variable where is the .bingo/.mod.
  • For shell: Run source .bingo/variables.env to source all environment variable for each tool.
  • For go: Import .bingo/variables.go to for variable names.
  • See https://github.com/bwplotka/bingo or -h on how to add, remove or change binaries dependencies.

Requirements

  • Go 1.14+