package
0.0.0-20240828231103-942ebe2263ca
Repository: https://github.com/alexferl/pk8s.git
Documentation: pkg.go.dev

# README

multi-stack

This example demonstrate how to create multiple stacks in one app.

Using

CLI:

cd examples/mutli_stack
pk8s export

Code:

cd examples/mutli_stack
go run main.go

Output:

Generated Kubernetes manifests:
  dev:
    - dist/dev/hello.yaml
  test:
    - dist/test/hello.yaml

# Functions

No description provided by the author

# Structs

No description provided by the author