@akamai/openapi-ts
Preparing search index...
types.gen
GetLkeClusterNodeData
Type Alias GetLkeClusterNodeData
type
GetLkeClusterNodeData
=
{
body
?:
never
;
path
:
{
clusterId
:
number
;
nodeId
:
string
}
;
query
?:
never
;
url
:
"lke/clusters/{clusterId}/nodes/{nodeId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
clusterId
:
number
;
nodeId
:
string
}
Type Declaration
clusterId
:
number
ID of the Kubernetes cluster containing the Node.
nodeId
:
string
The ID of the Node to access.
Optional
query
query
?:
never
url
url
:
"lke/clusters/{clusterId}/nodes/{nodeId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
ID of the Kubernetes cluster containing the Node.