Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectJson ¶
Types ¶
type Manifest ¶
type Manifest struct { Images []SkupperImage `json:"images"` Variables *map[string]string `json:"variables,omitempty"` }
type ManifestGenerator ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.