ApiObject¶
An ApiObject
is a construct that represents an entry in a Kubernetes manifest (level 0).
In most cases, you won’t use ApiObject
directly but rather use classes that
are imported through cdk8s import
and which extend this base class.