installer

package
v0.20.21 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2026 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(cfg Config) (flight.Stages, error)

Types

type Config

type Config struct {
	Labels                 map[string]string `json:"labels,omitempty"`
	Annotations            map[string]string `json:"annotations,omitempty"`
	Image                  string            `json:"image,omitzero" Description:"set the image you want to deploy"`
	Version                string            `json:"version,omitzero" Description:"version of the deployed image"`
	Port                   int               `json:"port,omitzero"`
	ServiceAccountName     string            `json:"serviceAccountName,omitzero"`
	ImagePullPolicy        corev1.PullPolicy `json:"imagePullPolicy,omitzero"`
	GenerateTLS            bool              `json:"generateTLS,omitzero" Description:"generate new tls certificates even if they already exist"`
	DockerConfigSecretName string            `` /* 132-byte string literal not displayed */
	LogFormat              string            `json:"logFormat,omitzero" Enum:"json,text"`
	Verbose                bool              `json:"verbose,omitzero" Description:"verbose logging"`
	Concurrency            int               `json:"concurrency,omitzero" Description:"number of workers to process reconciliation events. Defaults to GOMAXPROCS if unset"`
	CacheFS                string            `` /* 126-byte string literal not displayed */
	ModuleAllowList        []string          `` /* 131-byte string literal not displayed */
	ModuleVerificationKeys []string          `json:"moduleVerificationKeys,omitzero" Description:"list of public keys uses to verify modules. Allowlist takes precedence."`
}

type TLS

type TLS struct {
	RootCA     []byte
	ServerCert []byte
	ServerKey  []byte
}

func NewTLS

func NewTLS(svc *corev1.Service) (*TLS, error)

Jump to

Keyboard shortcuts

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