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
// Package v1alpha1 contains managed resources for DigitalOcean LoadBalancer
// services.
// +kubebuilder:object:generate=true
// +groupName=loadbalancer.do.crossplane.io
// +versionName=v1alpha1
package v1alpha1
We should update the groupName to be network instead as well as rename the folder the file is in. This is because we're going to group the resources by their type and load balancer would fall into the inside the purview of networking stuff.
Somewhat breaking change we need to document well.
Here inside of the loadbalancer API definition
provider-digitalocean/apis/loadbalancer/v1alpha1/doc.go
Lines 17 to 22 in ee34f5c
We should update the
groupNameto benetworkinstead as well as rename the folder the file is in. This is because we're going to group the resources by their type and load balancer would fall into the inside the purview of networking stuff.