Class TypeMeta (1.0.0)

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

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

Attributes

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