openshift-kni / eco-goinfra

Apache License 2.0
6 stars 32 forks source link

lca: Limiting the client for pull and newbuilder for lca #315

Closed achuzhoy closed 3 months ago

achuzhoy commented 3 months ago

This is based on assignment https://github.com/openshift-kni/eco-goinfra/issues/299

achuzhoy commented 3 months ago

cc @trewest @kononovn

achuzhoy commented 3 months ago

successfully tested

sebrandon1 commented 3 months ago

It's interesting that the Client variable is actually an interface.

trewest commented 3 months ago

It's interesting that the Client variable is actually an interface.

@sebrandon1 I think this is the underlying struct that implements Client. It's set here