Updates EKS cloud config's fargate profiles
PUT/v1/cloudconfigs/eks/:configUid/fargateProfiles
Updates EKS cloud config's fargate profiles
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
- Array [
- Array [
- ]
- ]
fargateProfiles object[]
additionalTags object
AdditionalTags is an optional set of tags to add to AWS resources managed by the AWS provider, in addition to the ones added by default.
property name*string
namestringrequired
name specifies the profile name.
selectors object[]
Selectors specify fargate pod selectors.
labels object
Labels specifies which pod labels this selector should match.
property name*string
namespacestringrequired
Namespace specifies which namespace this selector should match.
subnetIdsstring[]
SubnetIDs specifies which subnets are used for the auto scaling group of this nodegroup.
Responses
- 204
The resource was updated successfully
Loading...