We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f91a32 + 440f1d5 commit 7abdb55Copy full SHA for 7abdb55
api/v1beta2/artifact_types.go
@@ -51,7 +51,7 @@ type Artifact struct {
51
// Digest is the digest of the file in the form of '<algorithm>:<checksum>'.
52
// +optional
53
// +kubebuilder:validation:Pattern="^[a-z0-9]+(?:[.+_-][a-z0-9]+)*:[a-zA-Z0-9=_-]+$"
54
- Digest string `json:"digest"`
+ Digest string `json:"digest,omitempty"`
55
56
// LastUpdateTime is the timestamp corresponding to the last update of the
57
// Artifact.
0 commit comments