provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

[WIP] Add CAPI types for GCPCluster support

Open hasheddan opened this issue 3 years ago • 0 comments

Description of your changes

Adds the required API types to support GCPCluster in cluster-api-provider-gcp.

Signed-off-by: hasheddan [email protected]

Fixes #303

I have:

  • [ ] Read and followed Crossplane's contribution process.
  • [ ] Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Very much still a WIP.

TODO:

  • [ ] Make optional fields pointer types
  • [ ] Implement update / late init for all API types
  • [ ] Implement clients and controllers for BackendService, TargetTcpProxy, ForwardingRule, InstanceGroup, Firewall
  • [ ] Add unit tests for all clients and controllers

hasheddan avatar Feb 23 '21 21:02 hasheddan