Skip to main content

Function: makeKubeObject()

function makeKubeObject<T>(): typeof KubeObjectInternal;

Defined in: lib/k8s/KubeObject.ts:756

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