File: control

package info (click to toggle)
kubernetes 1.32.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 18,248 kB
  • sloc: sh: 109; makefile: 69; python: 47
file content (139 lines) | stat: -rw-r--r-- 5,934 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Source: kubernetes
Section: admin
Priority: optional
Maintainer: Debian Kubernetes Packaging Team <team+kubernetes@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>,
           Janos Lenart <ocsi@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-sequence-golang,
               golang-any,
               golang-github-chai2010-gettext-go-dev,
               golang-github-daviddengcn-go-colortext-dev,
               golang-github-distribution-reference-dev,
               golang-github-evanphx-json-patch-dev,
               golang-github-exponent-io-jsonpath-dev,
               golang-github-fatih-camelcase-dev,
               golang-github-go-openapi-jsonreference-dev,
               golang-github-google-gnostic-models-dev,
               golang-github-google-go-cmp-dev,
               golang-github-jonboulle-clockwork-dev,
               golang-github-liggitt-tabwriter-dev,
               golang-github-lithammer-dedent-dev,
               golang-github-makenowjust-heredoc-dev,
               golang-github-mitchellh-go-wordwrap-dev,
               golang-github-moby-term-dev,
               golang-github-onsi-ginkgo-v2-dev,
               golang-github-pkg-errors-dev,
               golang-github-russross-blackfriday-v2-dev,
               golang-github-spf13-cobra-dev,
               golang-github-spf13-pflag-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-sys-dev,
               golang-gopkg-yaml.v2-dev,
               golang-k8s-api-dev (>= 0.32),
               golang-k8s-apimachinery-dev (>= 0.32),
               golang-k8s-cli-runtime-dev (>= 0.32),
               golang-k8s-client-go-dev (>= 0.32),
               golang-k8s-component-base-dev (>= 0.32),
               golang-k8s-component-helpers-dev (>= 0.32),
               golang-k8s-klog-dev,
               golang-k8s-kube-openapi-dev,
               golang-k8s-metrics-dev (>= 0.32),
               golang-k8s-sigs-json-dev,
               golang-k8s-sigs-kustomize-dev,
               golang-k8s-sigs-kustomize-kyaml-dev,
               golang-k8s-sigs-structured-merge-diff-dev,
               golang-k8s-sigs-yaml-dev,
               golang-k8s-utils-dev,
               curl <!nocheck> | wget <!nocheck>,
               help2man <!nodoc>
Standards-Version: 4.7.2
Homepage: https://kubernetes.io/
Vcs-Browser: https://salsa.debian.org/kubernetes-team/packages/kubernetes
Vcs-Git: https://salsa.debian.org/kubernetes-team/packages/kubernetes.git
Rules-Requires-Root: no
XS-Go-Import-Path: k8s.io/kubernetes

Package: kubectl
Architecture: any
Breaks: kubernetes-client (<< 1.31.4~)
Replaces: kubernetes-client (<< 1.31.4~)
Static-Built-Using: ${misc:Static-Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Command-line tool for controlling Kubernetes clusters
 The official command-line tool for interacting with Kubernetes clusters.
 .
 It allows users to manage and configure Kubernetes resources, deploy
 applications, inspect and troubleshoot workloads, and automate cluster
 operations.
 .
 With kubectl, you can perform actions such as scaling deployments, rolling
 out updates, debugging services, and viewing cluster logs.
 .
 The tool supports a wide range of commands for managing pods, nodes, services,
 config maps, persistent volumes, and more. It also integrates with custom
 plugins and supports client-side filtering and resource scripting for advanced
 use cases.

Package: golang-k8s-kubectl-dev
Architecture: all
Multi-Arch: foreign
Section: golang
Depends: golang-github-chai2010-gettext-go-dev,
         golang-github-daviddengcn-go-colortext-dev,
         golang-github-distribution-reference-dev,
         golang-github-evanphx-json-patch-dev,
         golang-github-exponent-io-jsonpath-dev,
         golang-github-fatih-camelcase-dev,
         golang-github-go-openapi-jsonreference-dev,
         golang-github-google-gnostic-models-dev,
         golang-github-google-go-cmp-dev,
         golang-github-jonboulle-clockwork-dev,
         golang-github-liggitt-tabwriter-dev,
         golang-github-lithammer-dedent-dev,
         golang-github-makenowjust-heredoc-dev,
         golang-github-mitchellh-go-wordwrap-dev,
         golang-github-moby-term-dev,
         golang-github-onsi-ginkgo-v2-dev,
         golang-github-pkg-errors-dev,
         golang-github-russross-blackfriday-v2-dev,
         golang-github-spf13-cobra-dev,
         golang-github-spf13-pflag-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-sys-dev,
         golang-gopkg-yaml.v2-dev,
         golang-k8s-api-dev (>= 0.32),
         golang-k8s-apimachinery-dev (>= 0.32),
         golang-k8s-cli-runtime-dev (>= 0.32),
         golang-k8s-client-go-dev (>= 0.32),
         golang-k8s-component-base-dev (>= 0.32),
         golang-k8s-component-helpers-dev (>= 0.32),
         golang-k8s-klog-dev,
         golang-k8s-kube-openapi-dev,
         golang-k8s-metrics-dev (>= 0.32),
         golang-k8s-sigs-json-dev,
         golang-k8s-sigs-kustomize-dev,
         golang-k8s-sigs-kustomize-kyaml-dev,
         golang-k8s-sigs-structured-merge-diff-dev,
         golang-k8s-sigs-yaml-dev,
         golang-k8s-utils-dev,
         ${misc:Depends}
Description: Kubernetes client tools for interacting with clusters (library)
 Contains utilities and packages designed for building custom Kubernetes client
 tools.
 .
 It includes essential components for interacting with Kubernetes clusters,
 such as handling API requests, managing configuration, and implementing custom
 commands.
 .
 Intended for developers creating client-side programs that integrate with
 Kubernetes environments.

Package: kubernetes-client
Architecture: amd64 arm64 armel armhf i386 s390x
Section: oldlibs
Depends: kubectl
Description: Transitional package
 This is a transitional package. It can safely be removed.