We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41debd commit 760d921Copy full SHA for 760d921
internal/status/collector/collector.go
@@ -62,7 +62,7 @@ func UpdateCollectorStatus(ctx context.Context, cli client.Client, changed *v1al
62
var statusReplicas string
63
var statusImage string
64
65
- switch mode {
+ switch mode { // nolint:exhaustive
66
case v1alpha1.ModeDeployment:
67
obj := &appsv1.Deployment{}
68
if err := cli.Get(ctx, objKey, obj); err != nil {
0 commit comments