kube

package
v0.0.0-...-d7df7b9 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: 57 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ArmVMImages = map[echo.VMDistro]string{
	echo.UbuntuJammy: "app_sidecar_ubuntu_jammy",
	echo.Debian11:    "app_sidecar_debian_11",
}

ArmVMImages is the subset of images that work on arm64. These fail because Istio's arm64 build has a higher GLIBC requirement

View Source
var RevVMImages = func() map[string]echo.VMDistro {
	r := map[string]echo.VMDistro{}
	for k, v := range VMImages {
		r[v] = k
	}
	return r
}()
View Source
var VMImages = map[echo.VMDistro]string{
	echo.UbuntuBionic: "app_sidecar_ubuntu_bionic",
	echo.UbuntuJammy:  "app_sidecar_ubuntu_jammy",
	echo.Debian11:     "app_sidecar_debian_11",
}

Functions

func GenerateDeployment

func GenerateDeployment(ctx resource.Context, cfg echo.Config, settings *resource.Settings) (string, error)

func GenerateService

func GenerateService(cfg echo.Config) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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