This PR refactors the exec and kubernetes block in the KubernetesConfigModel from a ListNestedAttribute to a SingleNestedAttribute. The exec block was previously defined as a list, allowing multiple configurations, but the actual use case only requires one configuration.
Acceptance tests
[ ] Have you added an acceptance test for the functionality being added?
Description
This PR refactors the
exec
andkubernetes
block in theKubernetesConfigModel
from aListNestedAttribute
to aSingleNestedAttribute
. Theexec
block was previously defined as a list, allowing multiple configurations, but the actual use case only requires one configuration.Acceptance tests
Release Note
Release note for CHANGELOG:
References
Community Note