Closed
Description
The operator-sdk library allows CRUD operations on K8S resources through the actions
and query
packages. There might be cases when it is desired to build custom business logic that requires access to the k8s_client
(access to the k8s api server). The SDK might expose the k8s_client
as well.