Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeSystemContext ¶
func MakeSystemContext(dockerReference reference.Named, dockerConfig *DockerConfig) *types.SystemContext
MakeSystemContext returns a SystemConfig for the given image and Dockerconfig.
Types ¶
type DockerAuth ¶
type DockerConfig ¶
type DockerConfig struct { ApiReader client.Reader Dynakube *dynatracev1beta1.DynaKube Auths map[string]DockerAuth TrustedCertsPath string }
func NewDockerConfig ¶
func NewDockerConfig(apiReader client.Reader, dynakube dynatracev1beta1.DynaKube) *DockerConfig
func (*DockerConfig) SaveCustomCAs ¶
func (*DockerConfig) SetupAuths ¶ added in v0.7.1
func (config *DockerConfig) SetupAuths(ctx context.Context) error
func (DockerConfig) SkipCertCheck ¶
func (config DockerConfig) SkipCertCheck() bool
Click to show internal directories.
Click to hide internal directories.