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.
The operator-sdk library allows CRUD operations on K8S resources through the
actionsandquerypackages. There might be cases when it is desired to build custom business logic that requires access to thek8s_client(access to the k8s api server). The SDK might expose thek8s_clientas well.