kube-fetcher/cmd/ctrutil/config.go
Erik Brakkee b31e03bc7a Initial pull implemented.
Support for proxy repositories by pulling from the proxy and then tagging the image.
2025-03-09 14:18:29 +01:00

7 lines
93 B
Go

package main
type Config struct {
SocketPath string
ContainerdNamespace string
}