You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// InternalReleaseImageBundleStatus describes the observed state of a single release bundle managed by the cluster.
102
105
typeInternalReleaseImageBundleStatusstruct {
103
106
// conditions represent the observations of an internal release image current state. Valid types are:
104
107
// Mounted, Installing, Available, Removing and Degraded.
@@ -129,7 +132,7 @@ type InternalReleaseImageBundleStatus struct {
129
132
// The format of the image pull spec is: host[:port][/namespace]/name@sha256:<digest>,
130
133
// where the digest must be 64 characters long, and consist only of lowercase hexadecimal characters, a-f and 0-9.
131
134
// The length of the whole spec must be between 1 to 447 characters.
132
-
// The field is optional, and it will be provided after a release will be successfully installed.
135
+
// The field is optional, and it will be provided after a release has been successfully installed.
133
136
// +kubebuilder:validation:MinLength=1
134
137
// +kubebuilder:validation:MaxLength=447
135
138
// +kubebuilder:validation:XValidation:rule=`(self.split('@').size() == 2 && self.split('@')[1].matches('^sha256:[a-f0-9]{64}$'))`,message="the OCI Image reference must end with a valid '@sha256:<digest>' suffix, where '<digest>' is 64 characters long"
0 commit comments