mirror of
https://github.com/helm/helm.git
synced 2026-04-08 18:36:28 -04:00
Update based on review comments
Signed-off-by: Chris Berry <bez625@gmail.com>
This commit is contained in:
parent
3c445158d8
commit
5367001f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ func (cfg *Configuration) outputLogsByPolicy(h *release.Hook, releaseNamespace s
|
|||
}
|
||||
|
||||
func (cfg *Configuration) outputContainerLogsForListOptions(namespace string, listOptions metav1.ListOptions) error {
|
||||
// TODO Helm 4: Remove this check when GetPodList and OutputContainerLogsForPodList are moved from InterfaceExt to Interface
|
||||
// TODO Helm 4: Remove this check when GetPodList and OutputContainerLogsForPodList are moved from InterfaceLogs to Interface
|
||||
if kubeClient, ok := cfg.KubeClient.(kube.InterfaceLogs); ok {
|
||||
podList, err := kubeClient.GetPodList(namespace, listOptions)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue