configs

package
v0.0.0-...-c3ae92a Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnectJson

func ConnectJson(host string) string

Types

type Manifest

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

type ManifestGenerator

type ManifestGenerator interface {
	GetConfiguredManifest() Manifest
	GetDefaultManifestWithEnv() Manifest
	CreateFile(m Manifest) error
}

type ManifestManager

type ManifestManager struct {
	EnableSHA bool
}

func (*ManifestManager) CreateFile

func (manager *ManifestManager) CreateFile(m Manifest) error

func (*ManifestManager) GetConfiguredManifest

func (manager *ManifestManager) GetConfiguredManifest() Manifest

func (*ManifestManager) GetDefaultManifestWithEnv

func (manager *ManifestManager) GetDefaultManifestWithEnv() Manifest

type SkupperImage

type SkupperImage struct {
	Name       string `json:"name"`
	SHA        string `json:"sha,omitempty"`
	Repository string `json:"repository,omitempty"`
}

Jump to

Keyboard shortcuts

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