Function: post()
function post(
url: string,
json: object | JSON | KubeObjectInterface,
autoLogoutOnAuthError: boolean,
options: ClusterRequestParams): Promise<any>
Parameters
| Parameter | Type | Default value |
|---|---|---|
url | string | undefined |
json | object | JSON | KubeObjectInterface | undefined |
autoLogoutOnAuthError | boolean | true |
options | ClusterRequestParams | {} |
Returns
Promise<any>