Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3456,9 +3456,9 @@ paths:
$ref: '#/components/responses/404'
'/organization/{organizationId}/cluster/{clusterId}/karpenterPrivateSubnetIds':
put:
summary: Update karpenter private fargate subnet ids
description: Update karpenter private fargate subnet ids
operationId: updateKarpenterPrivateFargateSubnetIds
summary: Update karpenter private subnet ids
description: Update karpenter private subnet ids
operationId: updateKarpenterPrivateSubnetIds
parameters:
- $ref: '#/components/parameters/organizationId'
- $ref: '#/components/parameters/clusterId'
Expand Down Expand Up @@ -14828,15 +14828,15 @@ components:
ClusterKarpenterPrivateSubnetIdsPutRequest:
type: object
properties:
eks_karpenter_fargate_subnets_zone_a_ids:
eks_private_subnets_zone_a_ids:
type: array
items:
type: string
eks_karpenter_fargate_subnets_zone_b_ids:
eks_private_subnets_zone_b_ids:
type: array
items:
type: string
eks_karpenter_fargate_subnets_zone_c_ids:
eks_private_subnets_zone_c_ids:
type: array
items:
type: string
Expand Down Expand Up @@ -15155,7 +15155,7 @@ components:
nullable: true
items:
type: string
eks_karpenter_fargate_subnets_zone_a_ids:
eks_private_subnets_zone_a_ids:
type: array
x-stoplight:
id: 8rttrya00wmkr
Expand All @@ -15164,7 +15164,7 @@ components:
x-stoplight:
id: rtxx96v011irr
type: string
eks_karpenter_fargate_subnets_zone_b_ids:
eks_private_subnets_zone_b_ids:
type: array
x-stoplight:
id: xnbtr8676culs
Expand All @@ -15173,7 +15173,7 @@ components:
x-stoplight:
id: 1w592qk4spodn
type: string
eks_karpenter_fargate_subnets_zone_c_ids:
eks_private_subnets_zone_c_ids:
type: array
x-stoplight:
id: st5domzqqkcoh
Expand Down
Loading