Clusters
Create NKS Cluster
POST/v1/nks/clusters
Get NKS Cluster Details
GET/v1/nks/clusters/{cluster_id}
Update NKS Cluster
PATCH/v1/nks/clusters/{cluster_id}
Delete NKS Cluster
DELETE/v1/nks/clusters/{cluster_id}
List NKS Clusters
GET/v1/nks/clusters
ClustersAvailability
Check Create NKS Cluster Availability
POST/v1/nks/clusters/availability
Check Update NKS Cluster Availability
PATCH/v1/nks/clusters/{cluster_id}/availability
ClustersPersistent Volume Claims
Get NKS Persistent Volume Claim Details
GET/v1/nks/clusters/{cluster_id}/persistent_volume_claims/{persistent_volume_claim_id}
List NKS Persistent Volume Claims
GET/v1/nks/clusters/{cluster_id}/persistent_volume_claims
ClustersControllers
Get NKS Controller Details
GET/v1/nks/clusters/{cluster_id}/controllers/{controller_id}
List NKS Controllers
GET/v1/nks/clusters/{cluster_id}/controllers
ClustersControllersVolumes
Get NKS Controller Volume Details
GET/v1/nks/clusters/{cluster_id}/controllers/{controller_id}/volumes/{volume_id}
List NKS Controller Volumes
GET/v1/nks/clusters/{cluster_id}/controllers/{controller_id}/volumes
ClustersLoad Balancers
Get NKS Load Balancer Details
GET/v1/nks/clusters/{cluster_id}/load_balancers/{load_balancer_id}
Update NKS Load Balancer
PATCH/v1/nks/clusters/{cluster_id}/load_balancers/{load_balancer_id}
List NKS Load Balancers
GET/v1/nks/clusters/{cluster_id}/load_balancers
ClustersPools
Create NKS Node Pool
POST/v1/nks/clusters/{cluster_id}/pools
Get NKS Node Pool Details
GET/v1/nks/clusters/{cluster_id}/pools/{pool_id}
Update NKS Node Pool
PATCH/v1/nks/clusters/{cluster_id}/pools/{pool_id}
Delete NKS Node Pool
DELETE/v1/nks/clusters/{cluster_id}/pools/{pool_id}
List NKS Node Pools
GET/v1/nks/clusters/{cluster_id}/pools
ClustersPoolsAvailability
Check Create NKS Node Pool Availability
POST/v1/nks/clusters/{cluster_id}/pools/availability
Check Update NKS Node Pool Availability
PATCH/v1/nks/clusters/{cluster_id}/pools/{pool_id}/availability
ClustersPoolsNodes
Get NKS Node Details
GET/v1/nks/clusters/{cluster_id}/pools/{pool_id}/nodes/{node_id}
Delete NKS Node
DELETE/v1/nks/clusters/{cluster_id}/pools/{pool_id}/nodes/{node_id}
List NKS Nodes
GET/v1/nks/clusters/{cluster_id}/pools/{pool_id}/nodes
ClustersPoolsNodesVolumes
Get NKS Node Volume Details
GET/v1/nks/clusters/{cluster_id}/pools/{pool_id}/nodes/{node_id}/volumes/{volume_id}
List NKS Node Volumes
GET/v1/nks/clusters/{cluster_id}/pools/{pool_id}/nodes/{node_id}/volumes