We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec7a61 commit 2270b3eCopy full SHA for 2270b3e
pkg/apis/deployment/v1alpha/deployment_status.go
@@ -71,6 +71,7 @@ func (ds *DeploymentStatus) Equal(other DeploymentStatus) bool {
71
ds.Reason == other.Reason &&
72
ds.ServiceName == other.ServiceName &&
73
ds.SyncServiceName == other.SyncServiceName &&
74
+ ds.ExporterServiceName == other.ExporterServiceName &&
75
ds.Images.Equal(other.Images) &&
76
ds.CurrentImage.Equal(other.CurrentImage) &&
77
ds.Members.Equal(other.Members) &&
0 commit comments