File: control

package info (click to toggle)
golang-github-sercand-kuberesolver 5.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: golang-github-sercand-kuberesolver
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-fsnotify-fsnotify-dev,
               golang-google-grpc-dev (>= 1.64),
               golang-prometheus-client-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sercand-kuberesolver
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sercand-kuberesolver.git
Homepage: https://github.com/sercand/kuberesolver
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/sercand/kuberesolver

Package: golang-github-sercand-kuberesolver-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-fsnotify-fsnotify-dev,
         golang-google-grpc-dev (>= 1.64),
         golang-prometheus-client-dev,
         ${misc:Depends}
Description: Grpc Load Balancer with Kubernetes resolver (library)
 A Grpc name resolver by using kubernetes API. It comes with a small ~250
 LOC kubernetes client to find service endpoints. Therefore it won't
 bloat your binaries.