Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultConfigPath = ".s2ifile"
DefaultConfigPath specifies the default location of the S2I config file
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Source string `json:"source" yaml:"source"` BuilderImage string `json:"builderImage" yaml:"builderImage"` Tag string `json:"tag,omitempty" yaml:"tag,omitempty"` Flags map[string]string `json:"flags,omitempty" yaml:"flags,omitempty"` }
Config represents a basic serialization for the S2I build options.
Click to show internal directories.
Click to hide internal directories.