Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add network and subnetwork references to Cluster #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

micnncim
Copy link

Description of your changes

Fixes #75

Adds references for Network and Subnetwork resources to the Cluster resource.

crossplane-contrib/provider-gcp1 supports both but this provider doesn't support regardless of its support for other resources like the Router resource, which makes users use selfLink properties.

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

Footnotes

  1. e.g.) https://github.com/crossplane-contrib/provider-gcp/blob/v0.21.0/apis/container/v1beta2/cluster_types.go#L248

Adds references for `Network` and `Subnetwork` resources to the
`Cluster` resource.

`crossplane-contrib/provider-gcp`[^1] supports both but this provider
doesn't support regardless of its support for other resources like the
`Router` resource, which makes users use `selfLink` properties.

[^1]: e.g.) https://github.com/crossplane-contrib/provider-gcp/blob/v0.21.0/apis/container/v1beta2/cluster_types.go#L248

Signed-off-by: micnncim <[email protected]>
@micnncim
Copy link
Author

micnncim commented Oct 2, 2022

cc: @hasheddan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cluster is missing Network and Subnetwork references
1 participant