Skip to content

Instantly share code, notes, and snippets.

@quentinalbertone
quentinalbertone / main_test.go
Created August 5, 2026 15:33
fake http client
package main
import (
"bytes"
"context"
"encoding/json"
"fmt"
"io"
"net/http"
"testing"
@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"