Skip to content

Commit

Permalink
Removes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
somtochiama committed Jul 22, 2020
1 parent 0105582 commit a66c404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/patterns/declarative/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func (r *Reconciler) reconcileExists(ctx context.Context, name types.NamespacedN
var newItems []*manifest.Object
for _, obj := range objects.Items {

// Uses unsafe method?? Is it safe?
getOptions := metav1.GetOptions{}
gvk := obj.GroupVersionKind()
restMapper, err := apiutil.NewDiscoveryRESTMapper(r.config)
Expand Down

0 comments on commit a66c404

Please sign in to comment.