File: control

package info (click to toggle)
golang-k8s-client-go 0.33.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,780 kB
  • sloc: makefile: 8; sh: 3
file content (88 lines) | stat: -rw-r--r-- 3,231 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Source: golang-k8s-client-go
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-evanphx-json-patch-dev,
 golang-github-gogo-protobuf-dev,
 golang-github-golang-groupcache-dev,
 golang-github-golang-protobuf-1-5-dev,
 golang-github-google-gnostic-models-dev,
 golang-github-google-go-cmp-dev,
 golang-github-google-gofuzz-dev,
 golang-github-google-uuid-dev,
 golang-github-gorilla-websocket-dev,
 golang-github-gregjones-httpcache-dev,
 golang-github-imdario-mergo-dev,
 golang-github-peterbourgon-diskv-dev,
 golang-github-spf13-pflag-dev,
 golang-github-stretchr-testify-dev,
 golang-golang-x-net-dev,
 golang-golang-x-oauth2-dev,
 golang-golang-x-term-dev,
 golang-golang-x-time-dev,
 golang-google-protobuf-dev,
 golang-k8s-api-dev (>= 0.33.4),
 golang-k8s-apimachinery-dev (>= 0.33.4),
 golang-k8s-klog-dev,
 golang-k8s-kube-openapi-dev,
 golang-k8s-utils-dev,
 golang-k8s-sigs-json-dev,
 golang-k8s-sigs-structured-merge-diff-dev (>= 4.4.2~),
 golang-k8s-sigs-yaml-dev,
 golang-uber-goleak-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-client-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-client-go.git
Homepage: https://github.com/kubernetes/client-go
XS-Go-Import-Path: k8s.io/client-go

Package: golang-k8s-client-go-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
 golang-github-evanphx-json-patch-dev,
 golang-github-gogo-protobuf-dev,
 golang-github-golang-groupcache-dev,
 golang-github-golang-protobuf-1-5-dev,
 golang-github-google-gnostic-models-dev,
 golang-github-google-go-cmp-dev,
 golang-github-google-gofuzz-dev,
 golang-github-google-uuid-dev,
 golang-github-gorilla-websocket-dev,
 golang-github-gregjones-httpcache-dev,
 golang-github-imdario-mergo-dev,
 golang-github-peterbourgon-diskv-dev,
 golang-github-spf13-pflag-dev,
 golang-github-stretchr-testify-dev,
 golang-golang-x-net-dev,
 golang-golang-x-oauth2-dev,
 golang-golang-x-term-dev,
 golang-golang-x-time-dev,
 golang-google-protobuf-dev,
 golang-k8s-api-dev (>= 0.33.4),
 golang-k8s-apimachinery-dev (>= 0.33.4),
 golang-k8s-klog-dev,
 golang-k8s-kube-openapi-dev,
 golang-k8s-utils-dev,
 golang-k8s-sigs-json-dev,
 golang-k8s-sigs-structured-merge-diff-dev (>= 4.4.2~),
 golang-k8s-sigs-yaml-dev,
Description: Go client for Kubernetes (library)
 Go clients for talking to a kubernetes cluster.
  * The kubernetes package contains the clientset to access Kubernetes
    API.
  * The discovery package is used to discover APIs supported by a
    Kubernetes API server.
  * The dynamic package contains a dynamic client that can perform
    generic operations on arbitrary Kubernetes API objects.
  * The plugin/pkg/client/auth packages contain optional authentication
    plugins for obtaining credentials from external sources.
  * The transport package is used to set up auth and start a connection.
  * The tools/cache package is useful for writing controllers.