configs

package
v0.0.0-...-274c51d Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectJson

func ConnectJson(host string) string

func GetRunningImages

func GetRunningImages(component string, enableSHA bool, runningPods map[string]string) []images.SkupperImage

Types

type Manifest

type Manifest struct {
	Images    SkupperManifest
	Variables *map[string]string `json:"variables,omitempty"`
}

type ManifestGenerator

type ManifestGenerator interface {
	GetConfiguredManifest() SkupperManifest
	GetDefaultManifestWithEnv() Manifest
}

type ManifestManager

type ManifestManager struct {
	EnableSHA   bool
	Components  []string
	RunningPods map[string]string
}

func (*ManifestManager) GetConfiguredManifest

func (manager *ManifestManager) GetConfiguredManifest() SkupperManifest

func (*ManifestManager) GetDefaultManifestWithEnv

func (manager *ManifestManager) GetDefaultManifestWithEnv() Manifest

type SkupperComponent

type SkupperComponent struct {
	Component string                `json:"component"`
	Version   string                `json:"version"`
	Images    []images.SkupperImage `json:"images"`
}

type SkupperManifest

type SkupperManifest struct {
	Components []SkupperComponent `json:"components"`
}

Jump to

Keyboard shortcuts

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