Documentation ¶
Index ¶
Constants ¶
View Source
const NoDockerfile = "None (image not built from these sources)"
NoDockerfile allows users to specify they don't want to build an image we parse out from a kubernetes manifest
Variables ¶
This section is empty.
Functions ¶
func IsSkaffoldConfig ¶
IsSkaffoldConfig is for determining if a file is skaffold config file.
func IsSupportedKubernetesFileExtension ¶
IsSupportedKubernetesFileExtension is for determining if a file under a glob pattern is deployable file format. It makes no attempt to check whether or not the file is actually deployable or has the correct contents.
Types ¶
type Config ¶
type Config struct { ComposeFile string CliArtifacts []string SkipBuild bool Force bool Analyze bool Opts *config.SkaffoldOptions }
Config defines the Initializer Config for Init API of skaffold.
type Initializer ¶
type Initializer interface { // GenerateDeployConfig generates Deploy Config for skaffold configuration. GenerateDeployConfig() latest.DeployConfig // GetImages fetches all the images defined in the manifest files. GetImages() []string }
Initializer is the Init API of skaffold and responsible for generating skaffold configuration file.
Click to show internal directories.
Click to hide internal directories.