© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
P. MartinKubernetes Programming with Gohttps://doi.org/10.1007/978-1-4842-9026-2_7

7. Testing Applications Using Client-go

Philippe Martin1  
(1)
Blanquefort, France
 
The Client-go Library provides a number of clients that can act with the Kubernetes API.
  • The kubernetes.Clientset provides a set of clients, one for each group/version of the API, to execute Kubernetes operations on resources (Create, Update, Delete, etc.).

  • The rest.RESTClient provides a client to perform REST operations on resources (Get, Post, Delete, etc.).

  • The discovery.DiscoveryClient provides a client to discover the resources served by the API.

All these clients implement interfaces that are ...

Get Kubernetes Programming with Go: Programming Kubernetes Clients and Operators Using Go and the Kubernetes API now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.