How To Call Kubernetes API from Go - Types and Common Machinery
A guide to understanding and using the core Go modules (k8s.io/api and k8s.io/apimachinery) for interacting with the Kubernetes API before diving into client-go.
A guide to understanding and using the core Go modules (k8s.io/api and k8s.io/apimachinery) for interacting with the Kubernetes API before diving into client-go.
Discusses the pitfalls of mocking API clients in tests and suggests mocking `window.fetch` directly for better confidence.
A guide on integrating the new System.Text.Json APIs with the Refit library in .NET Core 3.0 to improve HTTP API call performance.
Introducing Robtex-Go, an open-source Go client library for the Robtex API to automate OSINT tasks.
An introduction and tutorial for using the official Kubernetes Python client library, including installation and code examples.