Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Initializer ¶
type Initializer interface {
// deployConfig generates Deploy Config for skaffold configuration.
DeployConfig() latest.DeployConfig
// GetImages fetches all the images defined in the manifest files.
GetImages() []string
}
Initializer detects a deployment type and is able to extract image names from it
func NewInitializer ¶
func NewInitializer(manifests []string, c config.Config) (Initializer, error)
Click to show internal directories.
Click to hide internal directories.