bundlesplit

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2020 License: MIT Imports: 10 Imported by: 0

README

bundlesplit

License Version Godoc

split k8s bundles into a kustomize tree structure

Install

GO111MODULE=on go get github.com/seankhliao/bundlesplit

Usage

bundlesplit -n namespace -a appname -f FILE
bundlesplit -n namespace -a appname -u URL

results in

root <- you are here
  |- kustomization.yaml
  `- namespace1
      |- kustomization.yaml
      ` appname1
          |- kustomization.yaml
          |- Deplyment.yaml
          |- Service.yaml
          `- ...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL