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
|
Source: golang-k8s-sigs-kustomize-api
Section: golang
Priority: optional
Maintainer: Debian Kubernetes Packaging Team <team+kubernetes@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
git,
golang-github-blang-semver-dev,
golang-github-go-errors-errors-dev,
golang-github-google-shlex-dev,
golang-github-stretchr-testify-dev,
golang-uber-goleak-dev,
golang-github-evanphx-json-patch-dev,
golang-k8s-kube-openapi-dev,
golang-k8s-sigs-kustomize-kyaml-dev,
golang-k8s-sigs-yaml-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/kubernetes-team/packages/golang-k8s-sigs-kustomize-api
Vcs-Git: https://salsa.debian.org/kubernetes-team/packages/golang-k8s-sigs-kustomize-api.git
Homepage: https://github.com/kubernetes-sigs/kustomize
XS-Go-Import-Path: sigs.k8s.io/kustomize
Package: golang-k8s-sigs-kustomize-api-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-blang-semver-dev,
golang-github-go-errors-errors-dev,
golang-github-google-shlex-dev,
golang-github-stretchr-testify-dev,
golang-uber-goleak-dev,
golang-github-evanphx-json-patch-dev,
golang-k8s-kube-openapi-dev,
golang-k8s-sigs-kustomize-kyaml-dev,
golang-k8s-sigs-yaml-dev,
${misc:Depends}
Description: Core API components and utilities for Kustomize (library)
The kustomize/api module is part of the Kustomize project, which is designed
to manage and customize Kubernetes configurations declaratively.
.
This library focuses on the API layer that supports Kustomize's core
functionality, enabling users to manipulate Kubernetes resource manifests
programmatically.
.
Key features include support for resource transformations, overlays, and
patching strategies that align with Kubernetes best practices.
.
The API also provides utilities for YAML parsing, field mutation, and
maintaining consistent configuration workflows, making it essential for
developers building tools or extensions around Kubernetes configuration
management.
|