Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectJson ¶
func GetRunningImages ¶
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 ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.