package
Version:
v1.14.2
Opens a new window with list of versions in this module.
Published: Feb 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Common struct {
Env map[string]string `json:"env,omitempty"`
BuildArgs map[string]string `json:"buildArgs,omitempty"`
EnvFrom []v1.EnvFromSource `json:"envFrom,omitempty"`
}
type Config struct {
Common *Common `json:"common,omitempty"`
Python *Python `json:"python,omitempty"`
}
type Python struct {
Common `json:",inline"`
PipCAPath string `json:"pipCAPath,omitempty"`
}
GetPipCAContents lazy reads and stores pip-ca file contents
Source Files
¶
Click to show internal directories.
Click to hide internal directories.