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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
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
Cluster
managed resource is missing reference fields toNetwork
andSubnetwork
resources1.It'd be unexpected to users because the
Cluster
resource inprovider-gcp
has references to both2 and other resources in this provider like theSubnetwork
resource3.While it's possible to specify
Network
andSubnetwork
resources with thenetwork
andsubnetwork
fields, 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 ↩
The text was updated successfully, but these errors were encountered: