Function: makeKubeObject()
function makeKubeObject<T>(): typeof KubeObjectInternal
Type Parameters
Type Parameter |
---|
T extends KubeObjectInterface | KubeEvent |
Returns
typeof KubeObjectInternal
A KubeObject implementation for the given object name.
Deprecated
This function is no longer recommended, it's kept for backwards compatibility. Please extend KubeObject instead