Skip to content

Commit

Permalink
feat(sg): make generate
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Jun 3, 2024
1 parent afa755a commit 9bf9611
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 0 deletions.
60 changes: 60 additions & 0 deletions apis/ec2/v1beta1/zz_generated.deepcopy.go

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

76 changes: 76 additions & 0 deletions package/crds/ec2.aws.crossplane.io_securitygroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,13 @@ spec:
description:
description: Description of this rule.
type: string
fromPort:
description: The start of port range for the TCP and UDP
protocols, or an ICMP/ICMPv6 type. A value of -1 indicates
all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6
types, you must specify all codes.
format: int32
type: integer
id:
description: ID of the security group rule.
type: string
Expand All @@ -986,6 +993,37 @@ spec:
or number (see Protocol Numbers (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)).
Use -1 to specify all protocols.
type: string
prefixListId:
description: The ID of the prefix list.
type: string
referencedGroupInfo:
description: Describes the security group that is referenced
in the rule.
properties:
groupId:
description: The ID of the security group.
type: string
peeringStatus:
description: The status of a VPC peering connection,
if applicable.
type: string
userId:
description: The Amazon Web Services account ID.
type: string
vpcId:
description: The ID of the VPC.
type: string
vpcPeeringConnectionId:
description: The ID of the VPC peering connection.
type: string
type: object
toPort:
description: The end of port range for the TCP and UDP protocols,
or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6
codes. If you specify all ICMP/ICMPv6 types, you must
specify all codes.
format: int32
type: integer
type: object
type: array
ingressRules:
Expand All @@ -1001,6 +1039,13 @@ spec:
description:
description: Description of this rule.
type: string
fromPort:
description: The start of port range for the TCP and UDP
protocols, or an ICMP/ICMPv6 type. A value of -1 indicates
all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6
types, you must specify all codes.
format: int32
type: integer
id:
description: ID of the security group rule.
type: string
Expand All @@ -1009,6 +1054,37 @@ spec:
or number (see Protocol Numbers (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)).
Use -1 to specify all protocols.
type: string
prefixListId:
description: The ID of the prefix list.
type: string
referencedGroupInfo:
description: Describes the security group that is referenced
in the rule.
properties:
groupId:
description: The ID of the security group.
type: string
peeringStatus:
description: The status of a VPC peering connection,
if applicable.
type: string
userId:
description: The Amazon Web Services account ID.
type: string
vpcId:
description: The ID of the VPC.
type: string
vpcPeeringConnectionId:
description: The ID of the VPC peering connection.
type: string
type: object
toPort:
description: The end of port range for the TCP and UDP protocols,
or an ICMP/ICMPv6 code. A value of -1 indicates all ICMP/ICMPv6
codes. If you specify all ICMP/ICMPv6 types, you must
specify all codes.
format: int32
type: integer
type: object
type: array
ownerId:
Expand Down

0 comments on commit 9bf9611

Please sign in to comment.