Skip to content

Commit

Permalink
Regenerate schema & SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Oct 16, 2024
1 parent 56c3228 commit 2e546c5
Show file tree
Hide file tree
Showing 20 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-eks/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
},
"nodeSecurityGroupId": {
"type": "string",
"description": "The security group ID for the worker node group to communicate with the cluster.\n\nThis security group requires specific inbound and outbound rules.\n\nSee for more details:\nhttps://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html\n\nNote: The `nodeSecurityGroupId` option and the cluster option `nodeSecurityGroupTags` are mutually exclusive."
"description": "The ID of the security group for the worker node group to communicate with the cluster.\n\nThis security group requires specific inbound and outbound rules.\n\nSee for more details:\nhttps://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html\n\nNote: The `nodeSecurityGroupId` option and the cluster option `nodeSecurityGroupTags` are mutually exclusive."
},
"nodeSubnetIds": {
"type": "array",
Expand Down Expand Up @@ -1845,7 +1845,7 @@
},
"nodeSecurityGroupId": {
"type": "string",
"description": "The security group ID for the worker node group to communicate with the cluster.\n\nThis security group requires specific inbound and outbound rules.\n\nSee for more details:\nhttps://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html\n\nNote: The `nodeSecurityGroupId` option and the cluster option `nodeSecurityGroupTags` are mutually exclusive."
"description": "The ID of the security group for the worker node group to communicate with the cluster.\n\nThis security group requires specific inbound and outbound rules.\n\nSee for more details:\nhttps://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html\n\nNote: The `nodeSecurityGroupId` option and the cluster option `nodeSecurityGroupTags` are mutually exclusive."
},
"nodeSubnetIds": {
"type": "array",
Expand Down Expand Up @@ -2129,7 +2129,7 @@
},
"nodeSecurityGroupId": {
"type": "string",
"description": "The security group ID for the worker node group to communicate with the cluster.\n\nThis security group requires specific inbound and outbound rules.\n\nSee for more details:\nhttps://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html\n\nNote: The `nodeSecurityGroupId` option and the cluster option `nodeSecurityGroupTags` are mutually exclusive."
"description": "The ID of the security group for the worker node group to communicate with the cluster.\n\nThis security group requires specific inbound and outbound rules.\n\nSee for more details:\nhttps://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html\n\nNote: The `nodeSecurityGroupId` option and the cluster option `nodeSecurityGroupTags` are mutually exclusive."
},
"nodeSubnetIds": {
"type": "array",
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ClusterNodeGroupOptionsArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public InputList<Pulumi.Aws.Ec2.Inputs.LaunchTemplateTagSpecificationArgs> Launc
public Input<Pulumi.Aws.Ec2.SecurityGroup>? NodeSecurityGroup { get; set; }

/// <summary>
/// The security group ID for the worker node group to communicate with the cluster.
/// The ID of the security group for the worker node group to communicate with the cluster.
///
/// This security group requires specific inbound and outbound rules.
///
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/NodeGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public InputMap<string> Labels
public Input<Pulumi.Aws.Ec2.SecurityGroup>? NodeSecurityGroup { get; set; }

/// <summary>
/// The security group ID for the worker node group to communicate with the cluster.
/// The ID of the security group for the worker node group to communicate with the cluster.
///
/// This security group requires specific inbound and outbound rules.
///
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/NodeGroupV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public InputList<Pulumi.Aws.Ec2.Inputs.LaunchTemplateTagSpecificationArgs> Launc
public Input<Pulumi.Aws.Ec2.SecurityGroup>? NodeSecurityGroup { get; set; }

/// <summary>
/// The security group ID for the worker node group to communicate with the cluster.
/// The ID of the security group for the worker node group to communicate with the cluster.
///
/// This security group requires specific inbound and outbound rules.
///
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/ClusterNodeGroupOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public sealed class ClusterNodeGroupOptions
/// </summary>
public readonly Pulumi.Aws.Ec2.SecurityGroup? NodeSecurityGroup;
/// <summary>
/// The security group ID for the worker node group to communicate with the cluster.
/// The ID of the security group for the worker node group to communicate with the cluster.
///
/// This security group requires specific inbound and outbound rules.
///
Expand Down
4 changes: 2 additions & 2 deletions sdk/go/eks/nodeGroup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/go/eks/nodeGroupV2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sdk/go/eks/pulumiTypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sdk/java/src/main/java/com/pulumi/eks/NodeGroupArgs.java
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public Optional<Output<SecurityGroup>> nodeSecurityGroup() {
}

/**
* The security group ID for the worker node group to communicate with the cluster.
* The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand All @@ -597,7 +597,7 @@ public Optional<Output<SecurityGroup>> nodeSecurityGroup() {
private @Nullable Output<String> nodeSecurityGroupId;

/**
* @return The security group ID for the worker node group to communicate with the cluster.
* @return The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down Expand Up @@ -1582,7 +1582,7 @@ public Builder nodeSecurityGroup(SecurityGroup nodeSecurityGroup) {
}

/**
* @param nodeSecurityGroupId The security group ID for the worker node group to communicate with the cluster.
* @param nodeSecurityGroupId The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand All @@ -1600,7 +1600,7 @@ public Builder nodeSecurityGroupId(@Nullable Output<String> nodeSecurityGroupId)
}

/**
* @param nodeSecurityGroupId The security group ID for the worker node group to communicate with the cluster.
* @param nodeSecurityGroupId The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
8 changes: 4 additions & 4 deletions sdk/java/src/main/java/com/pulumi/eks/NodeGroupV2Args.java
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public Optional<Output<SecurityGroup>> nodeSecurityGroup() {
}

/**
* The security group ID for the worker node group to communicate with the cluster.
* The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand All @@ -647,7 +647,7 @@ public Optional<Output<SecurityGroup>> nodeSecurityGroup() {
private @Nullable Output<String> nodeSecurityGroupId;

/**
* @return The security group ID for the worker node group to communicate with the cluster.
* @return The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down Expand Up @@ -1700,7 +1700,7 @@ public Builder nodeSecurityGroup(SecurityGroup nodeSecurityGroup) {
}

/**
* @param nodeSecurityGroupId The security group ID for the worker node group to communicate with the cluster.
* @param nodeSecurityGroupId The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand All @@ -1718,7 +1718,7 @@ public Builder nodeSecurityGroupId(@Nullable Output<String> nodeSecurityGroupId)
}

/**
* @param nodeSecurityGroupId The security group ID for the worker node group to communicate with the cluster.
* @param nodeSecurityGroupId The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ public Optional<Output<SecurityGroup>> nodeSecurityGroup() {
}

/**
* The security group ID for the worker node group to communicate with the cluster.
* The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand All @@ -632,7 +632,7 @@ public Optional<Output<SecurityGroup>> nodeSecurityGroup() {
private @Nullable Output<String> nodeSecurityGroupId;

/**
* @return The security group ID for the worker node group to communicate with the cluster.
* @return The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down Expand Up @@ -1643,7 +1643,7 @@ public Builder nodeSecurityGroup(SecurityGroup nodeSecurityGroup) {
}

/**
* @param nodeSecurityGroupId The security group ID for the worker node group to communicate with the cluster.
* @param nodeSecurityGroupId The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand All @@ -1661,7 +1661,7 @@ public Builder nodeSecurityGroupId(@Nullable Output<String> nodeSecurityGroupId)
}

/**
* @param nodeSecurityGroupId The security group ID for the worker node group to communicate with the cluster.
* @param nodeSecurityGroupId The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public final class ClusterNodeGroupOptions {
*/
private @Nullable SecurityGroup nodeSecurityGroup;
/**
* @return The security group ID for the worker node group to communicate with the cluster.
* @return The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down Expand Up @@ -585,7 +585,7 @@ public Optional<SecurityGroup> nodeSecurityGroup() {
return Optional.ofNullable(this.nodeSecurityGroup);
}
/**
* @return The security group ID for the worker node group to communicate with the cluster.
* @return The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/nodeGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export interface NodeGroupArgs {
*/
nodeSecurityGroup?: pulumi.Input<pulumiAws.ec2.SecurityGroup>;
/**
* The security group ID for the worker node group to communicate with the cluster.
* The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/nodeGroupV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export interface NodeGroupV2Args {
*/
nodeSecurityGroup?: pulumi.Input<pulumiAws.ec2.SecurityGroup>;
/**
* The security group ID for the worker node group to communicate with the cluster.
* The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/types/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export interface ClusterNodeGroupOptionsArgs {
*/
nodeSecurityGroup?: pulumi.Input<pulumiAws.ec2.SecurityGroup>;
/**
* The security group ID for the worker node group to communicate with the cluster.
* The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/types/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export interface ClusterNodeGroupOptions {
*/
nodeSecurityGroup?: pulumiAws.ec2.SecurityGroup;
/**
* The security group ID for the worker node group to communicate with the cluster.
* The ID of the security group for the worker node group to communicate with the cluster.
*
* This security group requires specific inbound and outbound rules.
*
Expand Down
6 changes: 3 additions & 3 deletions sdk/python/pulumi_eks/_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class ClusterNodeGroupOptionsArgsDict(TypedDict):
"""
node_security_group_id: NotRequired[pulumi.Input[str]]
"""
The security group ID for the worker node group to communicate with the cluster.
The ID of the security group for the worker node group to communicate with the cluster.
This security group requires specific inbound and outbound rules.
Expand Down Expand Up @@ -637,7 +637,7 @@ def __init__(__self__, *,
https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html
Note: The `nodeSecurityGroup` option and the cluster option`nodeSecurityGroupTags` are mutually exclusive.
:param pulumi.Input[str] node_security_group_id: The security group ID for the worker node group to communicate with the cluster.
:param pulumi.Input[str] node_security_group_id: The ID of the security group for the worker node group to communicate with the cluster.
This security group requires specific inbound and outbound rules.
Expand Down Expand Up @@ -1195,7 +1195,7 @@ def node_security_group(self, value: Optional[pulumi.Input['pulumi_aws.ec2.Secur
@pulumi.getter(name="nodeSecurityGroupId")
def node_security_group_id(self) -> Optional[pulumi.Input[str]]:
"""
The security group ID for the worker node group to communicate with the cluster.
The ID of the security group for the worker node group to communicate with the cluster.
This security group requires specific inbound and outbound rules.
Expand Down
6 changes: 3 additions & 3 deletions sdk/python/pulumi_eks/node_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(__self__, *,
https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html
Note: The `nodeSecurityGroup` option and the cluster option`nodeSecurityGroupTags` are mutually exclusive.
:param pulumi.Input[str] node_security_group_id: The security group ID for the worker node group to communicate with the cluster.
:param pulumi.Input[str] node_security_group_id: The ID of the security group for the worker node group to communicate with the cluster.
This security group requires specific inbound and outbound rules.
Expand Down Expand Up @@ -674,7 +674,7 @@ def node_security_group(self, value: Optional[pulumi.Input['pulumi_aws.ec2.Secur
@pulumi.getter(name="nodeSecurityGroupId")
def node_security_group_id(self) -> Optional[pulumi.Input[str]]:
"""
The security group ID for the worker node group to communicate with the cluster.
The ID of the security group for the worker node group to communicate with the cluster.
This security group requires specific inbound and outbound rules.
Expand Down Expand Up @@ -939,7 +939,7 @@ def __init__(__self__,
https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html
Note: The `nodeSecurityGroup` option and the cluster option`nodeSecurityGroupTags` are mutually exclusive.
:param pulumi.Input[str] node_security_group_id: The security group ID for the worker node group to communicate with the cluster.
:param pulumi.Input[str] node_security_group_id: The ID of the security group for the worker node group to communicate with the cluster.
This security group requires specific inbound and outbound rules.
Expand Down
Loading

0 comments on commit 2e546c5

Please sign in to comment.