You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message:="Existing Knative Service \""+name+"\" is not managed by this operator. It is being managed by \""+element.Kind+"\". Resolve the naming conflict."
1588
+
err=errors.New(message)
1589
+
returnerr
1590
+
}
1591
+
}
1592
+
}
1593
+
}
1594
+
// Check to see if the existing deployment or statefulsets are owned by us
message:="Existing StatefulSet \""+name+"\" is not managed by this operator. It is being managed by \""+element.Kind+"\". Resolve the naming conflict."
0 commit comments