You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Cluster managed resource is missing reference fields to Network and Subnetwork resources1.
It'd be unexpected to users because the Cluster resource in provider-gcp has references to both2 and other resources in this provider like the Subnetwork resource3.
While it's possible to specify Network and Subnetwork resources with the network and subnetwork fields, the value of the fields must be selfLink. This would make it annoying to configure them and it harder to create compositions.
What problem are you facing?
Currently, the
Clustermanaged resource is missing reference fields toNetworkandSubnetworkresources1.It'd be unexpected to users because the
Clusterresource inprovider-gcphas references to both2 and other resources in this provider like theSubnetworkresource3.While it's possible to specify
NetworkandSubnetworkresources with thenetworkandsubnetworkfields, the value of the fields must beselfLink. This would make it annoying to configure them and it harder to create compositions.How could GCP Provider help solve your problem?
References should be added.
Footnotes
https://github.com/crossplane-contrib/provider-jet-gcp/blob/40c122feea/apis/container/v1alpha2/zz_cluster_types.go#L178-L363 ↩
https://github.com/crossplane-contrib/provider-gcp/blob/v0.21.0/apis/container/v1beta2/cluster_types.go#L245-L253 ↩
https://github.com/crossplane-contrib/provider-jet-gcp/blob/40c122feea/apis/compute/v1alpha2/zz_subnetwork_types.go#L127-L131 ↩