installer

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2025 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(cfg Config) error

Types

type Config

type Config struct {
	Labels             map[string]string `json:"labels"`
	Annotations        map[string]string `json:"annotations"`
	Image              string            `json:"image"`
	Version            string            `json:"version"`
	Port               int               `json:"port"`
	ServiceAccountName string            `json:"serviceAccountName"`
	ImagePullPolicy    corev1.PullPolicy `json:"ImagePullPolicy"`
}

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