# Functions

CarrierForManifest returns a carrier for manifest.
CarrierForResources returns a carrier for resources.
MergeManifests merges a list of resources to a manifest.
NewRender creates a template render.
SplitManifest splits a manifest to a list of resources.

# Constants

An example of positive order: a ---> b |----> c It executes b and c in parallel.
An example of reversed order: a ---> b |----> c It executes a.

# Structs

Options is used to render template.

# Interfaces

Carrier contains a bundle of Kubernetes resources.
Render renders template and config to resources.

# Type aliases

CarrierHandler handles a bundle resources from a node.
No description provided by the author