File: control

package info (click to toggle)
kind 0.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,384 kB
  • sloc: sh: 1,901; makefile: 97; javascript: 55; xml: 9
file content (41 lines) | stat: -rw-r--r-- 1,636 bytes parent folder | download | duplicates (2)
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: kind
Section: devel
Priority: optional
Maintainer: Debian Kubernetes Packaging Team <team+kubernetes@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-burntsushi-toml-dev,
               golang-github-alessio-shellescape-dev,
               golang-github-evanphx-json-patch-dev,
               golang-github-google-safetext-dev,
               golang-github-mattn-go-isatty-dev,
               golang-github-pelletier-go-toml-dev,
               golang-github-pkg-errors-dev,
               golang-github-spf13-cobra-dev,
               golang-github-spf13-pflag-dev,
               golang-gopkg-yaml.v3-dev,
               golang-k8s-sigs-yaml-dev,
               help2man <!nodoc>
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/kubernetes-team/packages/kind
Vcs-Git: https://salsa.debian.org/kubernetes-team/packages/kind.git
Homepage: https://github.com/kubernetes-sigs/kind
Rules-Requires-Root: no
XS-Go-Import-Path: sigs.k8s.io/kind

Package: kind
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: docker.io
Built-Using: ${misc:Built-Using}
Description: Kubernetes IN Docker - local clusters for testing Kubernetes (program)
 kind is a tool designed for running local Kubernetes clusters by utilizing
 Docker containers as nodes.
 .
 Primarily designed for testing Kubernetes, its flexibility makes it suitable
 for local development or integrating with Continuous Integration (CI)
 pipelines.