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
|
Source: kubernetes-split-yaml
Maintainer: Debian Kubernetes Packaging Team <team+kubernetes@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-google-go-cmp-dev,
golang-github-urfave-cli-v2-dev,
golang-github-sirupsen-logrus-dev,
golang-yaml.v2-dev,
help2man <!nodoc>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/kubernetes-team/packages/kubernetes-split-yaml
Vcs-Git: https://salsa.debian.org/kubernetes-team/packages/kubernetes-split-yaml.git
Homepage: https://salsa.debian.org/kubernetes-team/packages/kubernetes-split-yaml
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mogensen/kubernetes-split-yaml
Package: kubernetes-split-yaml
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Split a giant yaml file into one file per Kubernetes resource
This program can be useful in case it's necessary to split a big Kubernetes
yaml manifest files into small ones.
.
It supports filters using namespaced hierarchy, Kubernetes objects starting
with a word or Deployments and StatefulSets types.
|