Documentation
¶
Index ¶
- Constants
- func IsPullSpec(spec string) bool
- func JoinDockerPullSpec(registry, namespace, name, tag string) string
- func SplitDockerPullSpec(spec string) (registry, namespace, name, tag string, err error)
- func SplitOpenShiftPullSpec(spec string) (registry, namespace, name, tag string, err error)
- type DockerConfig
- type DockerImage