Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuildpackBackend ¶
func NewBuildpackBackend( config Config, image builder.ImageConfig, ) (builder.BuildpackBackend, error)
Types ¶
type Config ¶
type Config struct { Namespace string `mapstructure:"namespace" yaml:"namespace"` PodName string `mapstructure:"podName" yaml:"podName"` ContainerName string `mapstructure:"containerName" yaml:"containerName"` LocalDir string `mapstructure:"localDir" yaml:"localDir"` RemoteDir string `mapstructure:"remoteDir" yaml:"remoteDir"` User int `mapstructure:"user" yaml:"user"` Group int `mapstructure:"group" yaml:"group"` PlatformAPI string `mapstructure:"platformAPI" yaml:"platformAPI"` }
Click to show internal directories.
Click to hide internal directories.