Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseAsTerrajetOption ¶
func ParseAsTerrajetOption(opts *TerrajetOptions, line string) (bool, error)
ParseAsTerrajetOption parses input line as a terrajet option, if it is a valid Terrajet Option. Returns whether it is parsed or not.
Types ¶
type CrossplaneOptions ¶
CrossplaneOptions represents the Crossplane marker options that terrajet would need to interact
func (CrossplaneOptions) String ¶
func (o CrossplaneOptions) String() string
type KubebuilderOptions ¶
KubebuilderOptions represents the kubebuilder options that terrajet would need to control
func (KubebuilderOptions) String ¶
func (o KubebuilderOptions) String() string
type Options ¶
type Options struct { TerrajetOptions CrossplaneOptions KubebuilderOptions }
Options represents marker options that Terrajet need to parse or set.
type TerrajetOptions ¶
TerrajetOptions represents the whole terrajet options that could be controlled with markers.
func (TerrajetOptions) String ¶
func (o TerrajetOptions) String() string
Click to show internal directories.
Click to hide internal directories.