Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ImageType = cel.ObjectType("kyverno.image")
Functions ¶
Types ¶
type Image ¶
type Image struct {
ImageReference
}
type ImageReference ¶
type ImageReference struct { Image string `json:"image,omitempty"` Registry string `json:"registry,omitempty"` Repository string `json:"repository,omitempty"` Identifier string `json:"identifier,omitempty"` Tag string `json:"tag,omitempty"` Digest string `json:"digest,omitempty"` }
func ConvertToImageRef ¶
func ConvertToImageRef(ref name.Reference) ImageReference
Click to show internal directories.
Click to hide internal directories.