//
pkg.gl
Category
github.com/karmada-io/karmada
pkg
util
imageparser
package
1.12.0-alpha.0
Repository:
https://github.com/karmada-io/karmada.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
2
Files
157 SLOC
#
Functions
Parse
Parse returns a Components of the given image.
SplitHostname
SplitHostname splits a repository name(ie: registry.k8s.io/kube-apiserver) to hostname(registry.k8s.io) and remotename(kube-apiserver) string.
#
Variables
DigestRegexp
DigestRegexp matches valid digests.
TagRegexp
TagRegexp matches valid tag names.
#
Structs
Components
Components make up a whole image.