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
|
Source: golang-k8s-component-helpers
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-google-go-cmp-dev,
golang-github-stretchr-testify-dev,
golang-k8s-api-dev (>= 0.33.4),
golang-k8s-apimachinery-dev (>= 0.33.4),
golang-k8s-client-go-dev (>= 0.33.4),
golang-k8s-klog-dev,
golang-k8s-utils-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-component-helpers
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-component-helpers.git
Homepage: https://github.com/kubernetes/component-helpers
XS-Go-Import-Path: k8s.io/component-helpers
Package: golang-k8s-component-helpers-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
golang-github-google-go-cmp-dev,
golang-github-stretchr-testify-dev,
golang-k8s-api-dev (>= 0.33.4),
golang-k8s-apimachinery-dev (>= 0.33.4),
golang-k8s-client-go-dev (>= 0.33.4),
golang-k8s-klog-dev,
golang-k8s-utils-dev
Description: High-level helpers for Kubernetes components (library)
Provides high-level abstraction helpers designed for Kubernetes core
components.
.
Was established to reduce duplication of utility functions previously
scattered across Kubernetes projects.
|