Documentation ¶
Overview ¶
Package manifests deals with creating manifests for all manifests to be installed for the cluster
Index ¶
Constants ¶
View Source
const (
// DefaultChannel is the default RHCOS channel for the cluster.
DefaultChannel = "tested"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifests ¶ added in v0.2.0
Manifests generates the dependent operator config.yaml files
func (*Manifests) Dependencies ¶ added in v0.2.0
Dependencies returns all of the dependencies directly needed by a Manifests asset.
func (*Manifests) Generate ¶ added in v0.2.0
Generate generates the respective operator config.yml files
type Tectonic ¶ added in v0.2.0
Tectonic generates the dependent resource manifests for tectonic (as against bootkube)
func (*Tectonic) Dependencies ¶ added in v0.2.0
Dependencies returns all of the dependencies directly needed by the Tectonic asset
func (*Tectonic) Generate ¶ added in v0.2.0
Generate generates the respective operator config.yml files
Source Files ¶
Click to show internal directories.
Click to hide internal directories.