We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59452da commit 8d47690Copy full SHA for 8d47690
internal/autodetect/main.go
@@ -161,7 +161,7 @@ func (a *autoDetect) CertManagerAvailability(ctx context.Context) (certmanager.A
161
return certmanager.Available, nil
162
}
163
164
-// TargetAllocatorAvailability checks if OpenShift Route are available.
+// TargetAllocatorAvailability checks if the target allocator CRD is available.
165
func (a *autoDetect) TargetAllocatorAvailability() (targetallocator.Availability, error) {
166
apiList, err := a.dcl.ServerGroups()
167
if err != nil {
0 commit comments