File: control

package info (click to toggle)
golang-k8s-api 0.32.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,720 kB
  • sloc: makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,281 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
31
32
33
34
Source: golang-k8s-api
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
           Arthur Diniz <arthurbdiniz@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-gogo-protobuf-dev,
 golang-github-stretchr-testify-dev,
 golang-k8s-apimachinery-dev (>= 0.32)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-api
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-api.git
Homepage: https://github.com/kubernetes/api
XS-Go-Import-Path: k8s.io/api

Package: golang-k8s-api-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 golang-github-gogo-protobuf-dev,
 golang-github-stretchr-testify-dev,
 golang-k8s-apimachinery-dev (>= 0.32)
Description: Schema for Kubernetes server external API types (library)
 This library primary consumer is k8s.io/client-go, and is published
 separately to avoid diamond dependency problems for users who depend on
 more than one of k8s.io/client-go, k8s.io/apimachinery, k8s.io/apiserver.
 .
 Kubernetes is a system for managing containerized applications across
 multiple hosts.