Skip to content

Instantly share code, notes, and snippets.

@quentinalbertone
quentinalbertone / example_types.go
Last active May 3, 2022 13:46
Use url.URL type with controller-gen (kubernetes-operator)
// api/v1/example_types.go
// link to the post : https://stackoverflow.com/questions/72097153/use-url-url-with-controller-gen
// A part of an example CRD
package v1
import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"{path_of_your_module}/internal/url"