Class TypeMeta (1.14.2)

 TypeMeta(mapping=None, *, ignore_unknown_fields=False, **kwargs) 

TypeMeta is the type information needed for content unmarshalling of Kubernetes resources in the manifest.

Attributes

Name
Description
kind
str
Kind of the resource (e.g. Deployment).
api_version
str
APIVersion of the resource (e.g. v1).