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 31 32 33 34 35 36 37 38 39 40 41
|
Source: golang-k8s-metrics
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-gogo-protobuf-dev,
golang-github-stretchr-testify-dev,
golang-k8s-api-dev (>= 0.32),
golang-k8s-apimachinery-dev (>= 0.32),
golang-k8s-client-go-dev (>= 0.32)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-metrics
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-metrics.git
Homepage: https://github.com/kubernetes/metrics
Rules-Requires-Root: no
XS-Go-Import-Path: k8s.io/metrics
Package: golang-k8s-metrics-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
golang-github-gogo-protobuf-dev,
golang-github-stretchr-testify-dev,
golang-k8s-api-dev (>= 0.32),
golang-k8s-apimachinery-dev (>= 0.32),
golang-k8s-client-go-dev (>= 0.32)
Description: Kubernetes metrics-related API types and clients (library)
API type definitions and client for the Kubernetes metrics APIs.
.
People who use the metrics APIs can use this package to get access to the API
implementations.
.
Those who are building API servers can also use this library when creating
their servers.
.
The Custom Metrics API allows access to different metrics that describe
Kubernetes resources.
|