deis / workflow-manager

Deis Workflow Manager: Cluster First Aid
MIT License
14 stars 15 forks source link

`data.getDeisRCItems` helper function is no longer deis-specific #64

Closed jackfrancis closed 8 years ago

jackfrancis commented 8 years ago

We should change the function name to accurately reflect recent changes in its arity: the function now accepts an rcLister as its first argument, which will include inside it a ReplicationController 'namespace'. Formerly, the deis namespace was statically applied by the helper function, hence its name getDeisRCItems; that no longer being the case, let's change the name to something more general like getRCItems.