# Functions
ValidateImage tests required fields for an Image.
ValidateImageSignature ensures that given signatures is valid.
ValidateImageSignatureUpdate ensures that the new ImageSignature is valid.
ValidateImageStream tests required fields for an ImageStream.
No description provided by the author
ValidateImageStreamMapping tests required fields for an ImageStreamMapping.
No description provided by the author
ValidateImageStreamStatusUpdate tests required fields for an ImageStream status update.
ValidateImageStreamTag validates a mutation of an image stream tag, which can happen on PUT.
ValidateImageStreamTagReference ensures that a given tag reference is valid.
ValidateImageStreamTagUpdate ensures that only the annotations of the IST have changed.
No description provided by the author
No description provided by the author
# Variables
RepositoryNameComponentAnchoredRegexp is the version of RepositoryNameComponentRegexp which must completely match the content Copied from github.com/docker/distribution/registry/api/v2/names.go v2.1.1.
RepositoryNameComponentRegexp restricts registry path component names to start with at least one letter or number, with following parts able to be separated by one period, dash or underscore.
RepositoryNameRegexp builds on RepositoryNameComponentRegexp to allow multiple path components, separated by a forward slash.