Function: makeCustomResourceClass()
Call Signature
function makeCustomResourceClass(args: [string, string, string][], isNamespaced: boolean): typeof KubeObject;
Defined in: lib/k8s/crd.ts:153
Parameters
| Parameter | Type |
|---|---|
args | [string, string, string][] |
isNamespaced | boolean |
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
| Parameter | Type |
|---|---|
args | CRClassArgs |
Returns
typeof KubeObject
Deprecated
Use the version of the function that receives an object as its argument.