Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ApiVersion string `default:"v1" yaml:"apiVersion"` PythonVersion string `yaml:"python"` Apt []string `yaml:"build-deps"` Envs map[string]string `yaml:"envs"` Indices []Index `yaml:"indices"` PipDependencies []string `yaml:"pip"` Project string `yaml:"project"` Labels map[string]string `yaml:"labels"` Sbom *bool `default:"true" yaml:"sbom"` }
func NewFromBytes ¶
func NewFromFilename ¶
NewFromFilename returns a new config from a filename
func (*Config) HttpDependencies ¶
func (*Config) LocalDependencies ¶
func (*Config) MaskedDependencies ¶
func (*Config) PyPiDependencies ¶
func (*Config) SshDependencies ¶
Click to show internal directories.
Click to hide internal directories.