Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderDeployCrdFiles ¶ added in v0.0.7
func RenderOlmCatalog ¶ added in v0.0.6
RenderOlmCatalog generates catalog manifests "deploy/olm-catalog/*" The current working directory must be the project repository root
func RenderTestYaml ¶ added in v0.0.7
func RenderTestingContainerFiles ¶ added in v0.0.7
Types ¶
type Config ¶
type Config struct { // APIVersion is the kubernetes apiVersion that has the format of $GROUP_NAME/$VERSION. APIVersion string `yaml:"apiVersion"` // Kind is the kubernetes resource kind. Kind string `yaml:"kind"` // ProjectName is name of the new operator application // and is also the name of the base directory. ProjectName string `yaml:"projectName"` }
Click to show internal directories.
Click to hide internal directories.