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