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 8a3aeae commit d586b5bCopy full SHA for d586b5b
operator/pkg/resources/statefulset_update_test.go
@@ -486,10 +486,10 @@ func TestShouldUpdate_PodsWithClusterUpdateCondition(t *testing.T) {
486
Namespace: "default",
487
},
488
Status: vectorizedv1alpha1.ClusterStatus{
489
- Restarting: false, // Status says not restarting (stale cache)
+ Restarting: false, // Status says not restarting (stale cache)
490
NodePools: map[string]vectorizedv1alpha1.NodePoolStatus{
491
"first": {
492
- Restarting: false, // NodePool status also says not restarting
+ Restarting: false, // NodePool status also says not restarting
493
494
495
0 commit comments