Skip to content

Commit

Permalink
VPC: Add subnet reconciliation
Browse files Browse the repository at this point in the history
Add support to reoncile VPC subnets for the new v2
VPC Infrastructure reoncile logic.

Related: kubernetes-sigs#1896
  • Loading branch information
cjschaef committed Sep 30, 2024
1 parent 7716671 commit 6689ccf
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1beta2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ var (
ResourceTypeVPC = ResourceType("vpc")
// ResourceTypeSubnet is VPC subnet resource.
ResourceTypeSubnet = ResourceType("subnet")
// ResourceTypeComputeSubnet is a VPC subnet resource designated for the Compute (Data) Plane.
ResourceTypeComputeSubnet = ResourceType("computeSubnet")
// ResourceTypeControlPlaneSubnet is a VPC subnet resource designated for the Control Plane.
ResourceTypeControlPlaneSubnet = ResourceType("controlPlaneSubnet")
// ResourceTypeWorkerSubnet is a VPC subnet resource designated for the Worker (Data) Plane.
ResourceTypeWorkerSubnet = ResourceType("workerSubnet")
// ResourceTypeSecurityGroup is a VPC Security Group resource.
ResourceTypeSecurityGroup = ResourceType("securityGroup")
// ResourceTypeCOSInstance is IBM COS instance resource.
Expand Down
Loading

0 comments on commit 6689ccf

Please sign in to comment.