Documentation ¶
Overview ¶
Package manifestgen generates Kubernetes manifests for flux install and the Git source and Kustomization manifests for flux bootstrap.
Index ¶
Constants ¶
View Source
const ( PartOfLabelKey = "app.kubernetes.io/part-of" PartOfLabelValue = "flux" InstanceLabelKey = "app.kubernetes.io/instance" VersionLabelKey = "app.kubernetes.io/version" )
These labels can be used to track down the namespace, custom resource definitions, deployments, services, network policies, service accounts, cluster roles and cluster role bindings belonging to Flux.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct { // Relative path to the YAML file Path string // Content in YAML format Content string }
Manifest holds the data of a multi-doc YAML
Click to show internal directories.
Click to hide internal directories.