types

package
v1.109.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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
}

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL