Class: CustomResourceDefinition
Extends
Constructors
new CustomResourceDefinition()
new CustomResourceDefinition(json: KubeCRD, cluster?: string): CustomResourceDefinition
Parameters
Parameter | Type |
---|---|
json | KubeCRD |
cluster ? | string |
Returns
Inherited from
Defined in
Properties
Property | Modifier | Type | Default value | Description | Overrides | Inherited from | Defined in |
---|---|---|---|---|---|---|---|
_clusterName | public | string | undefined | - | - | KubeObject ._clusterName | src/lib/k8s/KubeObject.ts:29 |
jsonData | public | KubeCRD | undefined | - | - | KubeObject .jsonData | src/lib/k8s/KubeObject.ts:26 |
_internalApiEndpoint? | static | ApiWithNamespaceClient <KubeObjectInterface > | ApiClient <KubeObjectInterface > | undefined | - | - | KubeObject ._internalApiEndpoint | src/lib/k8s/KubeObject.ts:43 |
apiName | static | string | 'customresourcedefinitions' | Name of the resource, plural, used in API | KubeObject .apiName | - | src/lib/k8s/crd.ts:54 |
apiVersion | static | string [] | undefined | Group and version of the resource formatted as "GROUP/VERSION", e.g. "policy.k8s.io/v1". | KubeObject .apiVersion | - | src/lib/k8s/crd.ts:55 |
isNamespaced | static | boolean | false | Whether the object is namespaced. | KubeObject .isNamespaced | - | src/lib/k8s/crd.ts:56 |
kind | static | string | 'CustomResourceDefinition' | The kind of the object. Corresponding to the resource kind in Kubernetes. | KubeObject .kind | - | src/lib/k8s/crd.ts:53 |
readOnlyFields | static | string [] | undefined | Readonly field defined as JSONPath paths | KubeObject .readOnlyFields | - | src/lib/k8s/crd.ts:58 |
Accessors
cluster
get cluster(): string
set cluster(cluster: string): void
Parameters
Parameter | Type |
---|---|
cluster | string |
Returns
string
Inherited from
Defined in
detailsRoute
get detailsRoute(): string
Returns
string
Inherited from
Defined in
isNamespaced
get isNamespaced(): boolean
Returns
boolean
Inherited from
Defined in
isNamespacedScope
get isNamespacedScope(): boolean
Returns
boolean
Defined in
kind
get kind(): any
Returns
any
Inherited from
Defined in
listRoute
get listRoute(): string
Returns
string
Inherited from
Defined in
metadata
get metadata(): KubeMetadata
Returns
Inherited from
Defined in
plural
get plural(): string
Returns
string
Defined in
pluralName
get pluralName(): string
Returns
string
Inherited from
Defined in
spec
get spec(): object
Returns
object
group
group: string;
names
names: object;
names.categories?
optional categories: string[];
names.kind
kind: string;
names.listKind
listKind: string;
names.plural
plural: string;
names.singular
singular: string;
scope
scope: string;
version
version: string;
versions
versions: object[];
Defined in
status
get status(): undefined | object
Returns
undefined
| object
Defined in
apiEndpoint
get static apiEndpoint(): ApiWithNamespaceClient<KubeObjectInterface> | ApiClient<KubeObjectInterface>
set static apiEndpoint(endpoint: ApiWithNamespaceClient<KubeObjectInterface> | ApiClient<KubeObjectInterface>): void
Parameters
Parameter | Type |
---|---|
endpoint | ApiWithNamespaceClient <KubeObjectInterface > | ApiClient <KubeObjectInterface > |
Returns
ApiWithNamespaceClient
<KubeObjectInterface
> | ApiClient
<KubeObjectInterface
>
Inherited from
Defined in
className
get static className(): string
Returns
string
Inherited from
Defined in
detailsRoute
get static detailsRoute(): string
Returns
string
Overrides
Defined in
listRoute
get static listRoute(): string
Returns
string
Overrides
Defined in
pluralName
get static pluralName(): string
Returns
string
Inherited from
Defined in
Methods
_class()
_class(): typeof KubeObject
Returns
typeof KubeObject
Inherited from
Defined in
delete()
delete(): Promise<any>
Returns
Promise
<any
>
Inherited from
Defined in
getAge()
getAge(): string
Returns
string
Inherited from
Defined in
getAuthorization()
getAuthorization(verb: string, reqResourseAttrs?: AuthRequestResourceAttrs): Promise<any>
Parameters
Parameter | Type |
---|---|
verb | string |
reqResourseAttrs ? | AuthRequestResourceAttrs |
Returns
Promise
<any
>
Inherited from
Defined in
getCategories()
getCategories(): string[]
Returns
string
[]
Defined in
getCreationTs()
getCreationTs(): string
Returns
string
Inherited from
Defined in
getDetailsLink()
getDetailsLink(): string
Returns
string
Inherited from
Defined in
getEditableObject()
getEditableObject(): object
Returns
object
Inherited from
Defined in
getListLink()
getListLink(): string
Returns
string
Inherited from
Defined in
getMainAPIGroup()
getMainAPIGroup(): [string, string, string]
Returns
[string
, string
, string
]
Defined in
getName()
getName(): string
Returns
string
Inherited from
Defined in
getNamespace()
getNamespace(): undefined | string
Returns
undefined
| string
Inherited from
Defined in
getValue()
getValue(prop: string): any
Parameters
Parameter | Type |
---|---|
prop | string |
Returns
any
Inherited from
Defined in
makeCRClass()
makeCRClass(): typeof KubeObject
Returns
typeof KubeObject
Defined in
patch()
patch(body: OpPatch[]): Promise<any>
Parameters
Parameter | Type |
---|---|
body | OpPatch [] |
Returns
Promise
<any
>
Inherited from
Defined in
scale()
scale(numReplicas: number): Promise<any>
Parameters
Parameter | Type |
---|---|
numReplicas | number |
Returns
Promise
<any
>
Inherited from
Defined in
update()
update(data: KubeObjectInterface): Promise<KubeObjectInterface>
Parameters
Parameter | Type |
---|---|
data | KubeObjectInterface |
Returns
Promise
<KubeObjectInterface
>
Inherited from
Defined in
apiGet()
static apiGet<K>(
this: (...args: any) => K & typeof KubeObject,
onGet: (...args: any) => void,
name: string,
namespace?: string,
onError?: (err: null | ApiError, cluster?: string) => void,
opts?: object): (...args: any[]) => Promise<CancelFunction>
Type Parameters
Type Parameter |
---|
K extends KubeObject <any > |
Parameters
Parameter | Type |
---|---|
this | (...args : any ) => K & typeof KubeObject |
onGet | (...args : any ) => void |
name | string |
namespace ? | string |
onError ? | (err : null | ApiError , cluster ?: string ) => void |
opts ? | object |
opts.cluster ? | string |
opts.queryParams ? | QueryParameters |
Returns
Function
Parameters
Parameter | Type |
---|---|
...args | any [] |
Returns
Promise
<CancelFunction
>
Inherited from
Defined in
apiList()
static apiList<K>(
this: (...args: any) => K & typeof KubeObject,
onList: (arg: K[]) => void,
onError?: (err: ApiError, cluster?: string) => void,
opts?: ApiListSingleNamespaceOptions): (...args: any[]) => Promise<CancelFunction>
Returns the API endpoint for this object.
Type Parameters
Type Parameter |
---|
K extends KubeObject <any > |
Parameters
Parameter | Type | Description |
---|---|---|
this | (...args : any ) => K & typeof KubeObject | - |
onList | (arg : K []) => void | Callback function to be called when the list is retrieved. |
onError ? | (err : ApiError , cluster ?: string ) => void | Callback function to be called when an error occurs. |
opts ? | ApiListSingleNamespaceOptions | Options to be passed to the API endpoint. |
Returns
Function
The API endpoint for this object.
Parameters
Parameter | Type |
---|---|
...args | any [] |
Returns
Promise
<CancelFunction
>
Inherited from
Defined in
create()
static create<Args, T>(this: (...args: Args) => T, ...item: Args): T
Type Parameters
Type Parameter |
---|
Args extends any [] |
T extends KubeObject <any > |
Parameters
Parameter | Type |
---|---|
this | (...args : Args ) => T |
...item | Args |
Returns
T
Inherited from
Defined in
fetchAuthorization()
static fetchAuthorization(reqResourseAttrs?: AuthRequestResourceAttrs): Promise<any>
Performs a request to check if the user has the given permission.
Parameters
Parameter | Type |
---|---|
reqResourseAttrs ? | AuthRequestResourceAttrs |
Returns
Promise
<any
>
The result of the access request.
Inherited from
Defined in
getAuthorization()
static getAuthorization(verb: string, reqResourseAttrs?: AuthRequestResourceAttrs): Promise<any>
Parameters
Parameter | Type |
---|---|
verb | string |
reqResourseAttrs ? | AuthRequestResourceAttrs |
Returns
Promise
<any
>
Inherited from
Defined in
getBaseObject()
static getBaseObject(): Omit<KubeObjectInterface, "metadata"> & object
Returns
Omit
<KubeObjectInterface
, "metadata"
> & object
Inherited from
Defined in
getErrorMessage()
static getErrorMessage(err: null | ApiError): null | "Error: Not found" | "Error: No permissions" | "Error"
Parameters
Parameter | Type |
---|---|
err | null | ApiError |
Returns
null
| "Error: Not found"
| "Error: No permissions"
| "Error"
Inherited from
Defined in
put()
static put(data: KubeObjectInterface): Promise<KubeObjectInterface>
Parameters
Parameter | Type |
---|---|
data | KubeObjectInterface |
Returns
Promise
<KubeObjectInterface
>
Inherited from
Defined in
useApiGet()
static useApiGet<K>(
this: (...args: any) => K & typeof KubeObject,
onGet: (item: null | K) => any,
name: string,
namespace?: string,
onError?: (err: null | ApiError, cluster?: string) => void,
opts?: object): void
Type Parameters
Type Parameter |
---|
K extends KubeObject <any > |
Parameters
Parameter | Type |
---|---|
this | (...args : any ) => K & typeof KubeObject |
onGet | (item : null | K ) => any |
name | string |
namespace ? | string |
onError ? | (err : null | ApiError , cluster ?: string ) => void |
opts ? | object |
opts.cluster ? | string |
opts.queryParams ? | QueryParameters |
Returns
void
Inherited from
Defined in
useApiList()
static useApiList<K>(
this: (...args: any) => K & typeof KubeObject,
onList: (...arg: any[]) => any,
onError?: (err: ApiError, cluster?: string) => void,
opts?: ApiListOptions): void
Type Parameters
Type Parameter |
---|
K extends KubeObject <any > |
Parameters
Parameter | Type |
---|---|
this | (...args : any ) => K & typeof KubeObject |
onList | (...arg : any []) => any |
onError ? | (err : ApiError , cluster ?: string ) => void |
opts ? | ApiListOptions |
Returns
void
Inherited from
Defined in
useGet()
static useGet<K>(
this: (...args: any) => K,
name: string,
namespace?: string,
opts?: object): [null | K, null | ApiError] & QueryResponse<K, ApiError>
Type Parameters
Type Parameter |
---|
K extends KubeObject <any > |
Parameters
Parameter | Type |
---|---|
this | (...args : any ) => K |
name | string |
namespace ? | string |
opts ? | object |
opts.cluster ? | string |
opts.queryParams ? | QueryParameters |
Returns
[null
| K
, null
| ApiError
] & QueryResponse
<K
, ApiError
>
Inherited from
Defined in
useList()
static useList<K>(this: (...args: any) => K & typeof KubeObject, __namedParameters: object & QueryParameters): [null | K[], null | ApiError] & QueryListResponse<(undefined | null | ListResponse<K>)[], K, ApiError>
Type Parameters
Type Parameter |
---|
K extends KubeObject <any > |
Parameters
Parameter | Type |
---|---|
this | (...args : any ) => K & typeof KubeObject |
__namedParameters | object & QueryParameters |
Returns
[null
| K
[], null
| ApiError
] & QueryListResponse
<(undefined
| null
| ListResponse
<K
>)[], K
, ApiError
>