From 26657605a72f2ce1cd11daaf6ea8b9f08e8de1b8 Mon Sep 17 00:00:00 2001 From: Victor Agababov Date: Tue, 28 Apr 2020 09:11:13 -0700 Subject: [PATCH] Fix the comment to point to a proper field --- pkg/apis/serving/v1/revision_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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