gruntwork-io / terratest

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
https://terratest.gruntwork.io/
Apache License 2.0
7.39k stars 1.32k forks source link

add possibility to setup a custom logger for kubectl configuration #1384

Open lahabana opened 5 months ago

lahabana commented 5 months ago

Description

Fixes #1383.

This enables users to not log messages like: "Configuring Kubernetes client using config file"

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added option ConfigLogger in KubectlOptions to specify a custom logger for configuration

Migration Guide

lahabana commented 3 months ago

@denis256 any chance to get that in?