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
Periklis Tsirakidis dbb3b6edc9
refactor(operator)!: Migrate project layout to kubebuilder go/v4 (#14447)
7 months 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 refactor(operator)!: Migrate project layout to kubebuilder go/v4 (#14447) 7 months ago
bingo.mod feat(operator): Upgrade build and runtime dependencies (#12104) 1 year ago
bingo.sum feat(operator): Upgrade build and runtime dependencies (#12104) 1 year ago
controller-gen.mod chore(operator): Update build and runtime deps (#14416) 7 months ago
controller-gen.sum chore(operator): Update build and runtime deps (#14416) 7 months ago
gen-crd-api-reference-docs.mod operator: Migrate API docs generation tool (#7716) 3 years ago
gen-crd-api-reference-docs.sum operator: Ensure generated api docs land on vcs (#10177) 2 years ago
go.mod feat(operator): Upgrade build and runtime dependencies (#12104) 1 year ago
gofumpt.mod chore(operator): Update build and runtime deps (#14416) 7 months ago
gofumpt.sum chore(operator): Update build and runtime deps (#14416) 7 months ago
golangci-lint.mod chore(operator): Update build and runtime deps (#14416) 7 months ago
golangci-lint.sum chore(operator): Update build and runtime deps (#14416) 7 months ago
hugo.mod operator: Update API docs generation using gen-crd-api-reference-docs (#7592) 3 years ago
hugo.sum operator: Update golang and dependencies (#7418) 3 years ago
jb.mod operator: Add support for reconciling loki-mixin dashboards on OpenShift Console (#9468) 2 years ago
jb.sum operator: Add support for reconciling loki-mixin dashboards on OpenShift Console (#9468) 2 years ago
jsonnet.mod operator: Add support for reconciling loki-mixin dashboards on OpenShift Console (#9468) 2 years ago
jsonnet.sum operator: Add support for reconciling loki-mixin dashboards on OpenShift Console (#9468) 2 years ago
jsonnetfmt.mod operator: Add support for reconciling loki-mixin dashboards on OpenShift Console (#9468) 2 years ago
jsonnetfmt.sum operator: Add support for reconciling loki-mixin dashboards on OpenShift Console (#9468) 2 years ago
kind.mod chore(operator): Upgrade operator-sdk 1.37.0 and kind 0.23.0 (#14445) 7 months ago
kind.sum chore(operator): Upgrade operator-sdk 1.37.0 and kind 0.23.0 (#14445) 7 months ago
kustomize.mod refactor(operator)!: Migrate project layout to kubebuilder go/v4 (#14447) 7 months ago
kustomize.sum refactor(operator)!: Migrate project layout to kubebuilder go/v4 (#14447) 7 months ago
operator-sdk.mod refactor(operator)!: Migrate project layout to kubebuilder go/v4 (#14447) 7 months ago
operator-sdk.sum chore(operator): Upgrade operator-sdk 1.37.0 and kind 0.23.0 (#14445) 7 months ago
promtool.mod operator: Update tools and dependencies (#10795) 2 years ago
promtool.sum operator: Update tools and dependencies (#10795) 2 years ago
variables.env refactor(operator)!: Migrate project layout to kubebuilder go/v4 (#14447) 7 months 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+