Skip to content

Instantly share code, notes, and snippets.

package main
import (
"context"
"fmt"
"github.com/itchyny/gojq"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/client-go/dynamic"