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 ff47d29 commit de89f9eCopy full SHA for de89f9e
pkg/monitortests/cli/adm_upgrade/status/monitortest.go
@@ -97,6 +97,9 @@ func snapshotOcAdmUpgradeStatus(ch chan *snapshot) {
97
}
98
99
func (w *monitor) StartCollection(ctx context.Context, adminRESTConfig *rest.Config, recorder monitorapi.RecorderWriter) error {
100
+ if w.notSupportedReason != nil {
101
+ return w.notSupportedReason
102
+ }
103
// TODO: The double goroutine spawn should probably be placed under some abstraction
104
go func(ctx context.Context) {
105
snapshots := make(chan *snapshot)
0 commit comments