Documentation ¶
Index ¶
- func DeepCopy(dst interface{}, src interface{}) error
- func GenerateID() string
- func InStringSlice(ss []string, str string) bool
- func MergeStringSlices(a []string, b []string) []string
- func NormalizeImageRef(ref string) (docker.Named, error)deprecated
- func SubtractStringSlice(ss []string, str string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepCopy ¶
func DeepCopy(dst interface{}, src interface{}) error
DeepCopy makes a deep copy from src into dst.
func InStringSlice ¶
InStringSlice checks whether a string is inside a string slice. Comparison is case insensitive.
func MergeStringSlices ¶
MergeStringSlices merges 2 string slices into one and remove duplicated elements.
func NormalizeImageRef
deprecated
NormalizeImageRef normalizes the image reference following the docker convention. This is added mainly for backward compatibility. The reference returned can only be either tagged or digested. For reference contains both tag and digest, the function returns digested reference, e.g. docker.io/library/busybox:latest@ sha256:7cc4b5aefd1d0cadf8d97d4350462ba51c694ebca145b08d7d41b41acc8db5aa will be returned as docker.io/library/busybox@sha256:7cc4b5aefd1d0cadf8d97d4350462ba51c694ebca145b08d7d41b41acc8db5aa.
Deprecated: use github.com/containerd/containerd/reference/docker.ParseDockerRef() instead
func SubtractStringSlice ¶
SubtractStringSlice subtracts string from string slice. Comparison is case insensitive.
Types ¶
This section is empty.