Skip to main content

Function: makeCustomResourceClass()

Call Signature

function makeCustomResourceClass(args: [string, string, string][], isNamespaced: boolean): typeof KubeObject;

Defined in: lib/k8s/crd.ts:153

Parameters

ParameterType
args[string, string, string][]
isNamespacedboolean

Returns

typeof KubeObject

Deprecated

Use the version of the function that receives an object as its argument.

Call Signature

function makeCustomResourceClass(args: CRClassArgs): typeof KubeObject;

Defined in: lib/k8s/crd.ts:157

Parameters

ParameterType
argsCRClassArgs

Returns

typeof KubeObject

Deprecated

Use the version of the function that receives an object as its argument.