The previous chapters explored how the Kubernetes API works at the HTTP level. They also explored the Kubernetes API Library, which defines the resources served by the Kubenretes API in Go.
The API objects embed a common metadata structure, TypeMeta, containing two fields: APIVersion and Kind.
The API objects are provided in a ...