Skip to content

Add list method to Pods interface.

Marcos Huck requested to merge feature/pods_list into feature/code_refactor

Context

The Pods subcomponent inside the Orchestrator.Pods component was missing a method to list all pods that match a certain criteria.

Change

This MR adds support for listing pods in a certain namespace matching a set of labels provided as a Selector.

Other information

The List method returns a list of Resource, that only have Name, Namespace and Selector.

Closes #65

Merge request reports