Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderDirOptions ¶ added in v1.107.7
type RenderDirOptions struct {
ArchiveDir string
App *apptypes.App
Downstreams []downstreamtypes.Downstream
RegistrySettings registrytypes.RegistrySettings
Sequence int64
ReportingInfo *reportingtypes.ReportingInfo
AppSelectedChannelID string
}
type RenderFileOptions ¶ added in v1.107.7
type RenderFileOptions struct {
KotsKinds *kotsutil.KotsKinds
RegistrySettings registrytypes.RegistrySettings
AppSlug string
Sequence int64
IsAirgap bool
Namespace string
InputContent []byte
}
type Renderer ¶
type Renderer interface {
RenderFile(opts RenderFileOptions) ([]byte, error)
RenderDir(opts RenderDirOptions) error
}
Click to show internal directories.
Click to hide internal directories.