diff --git a/pkg/apis/serving/v1/revision_types.go b/pkg/apis/serving/v1/revision_types.go index 1fa3f7780781..61efe107a381 100644 --- a/pkg/apis/serving/v1/revision_types.go +++ b/pkg/apis/serving/v1/revision_types.go @@ -136,7 +136,7 @@ type RevisionStatus struct { // may be empty if the image comes from a registry listed to skip resolution. // If multiple containers specified then DeprecatedImageDigest holds the digest // for serving container. - // DEPRECATED Use ImageDigests instead. + // DEPRECATED Use ContainerStatuses instead. // TODO(savitaashture) Remove deprecatedImageDigest. // ref https://kubernetes.io/docs/reference/using-api/deprecation-policy for deprecation. // +optional