options

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartOptions

type ChartOptions struct {
	Version string
}

type CoreOptions

type CoreOptions struct {
	Enabled       bool
	CPU           string
	Memory        string
	StorageClass  string
	ScaleTo       int32
	Nginx         ImageOptions
	NginxExporter ImageOptions
	PHP           ImageOptions
	Postgres      ImageOptions
}

type GPUOptions

type GPUOptions struct {
	Enabled            bool
	NumberOfGPUs       string
	NodeLabelSelectors map[string]string
}

type ImageOptions added in v0.1.9

type ImageOptions struct {
	Repo string
	Tag  string
}

type IngressOptions

type IngressOptions struct {
	Enabled       bool
	IngressClass  string
	Host          string
	Annotations   map[string]string
	EnableTLS     bool
	TLSHost       string
	TLSSecretName string
}

type K8SClients

type K8SClients struct {
	Client *kubernetes.Clientset
}

type MetricsOptions

type MetricsOptions struct {
	Enabled            bool
	PushGatewayAddress string
}

Jump to

Keyboard shortcuts

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