Skip to content

Instantly share code, notes, and snippets.

View shashidharatd's full-sized avatar

shashidharatd shashidharatd

View GitHub Profile
@shashidharatd
shashidharatd / dynamic_crds.go
Created September 29, 2020 08:30 — forked from tallclair/dynamic_crds.go
Example of using CRDs with the dynamic go client
package main
import (
"fmt"
"log"
"os/user"
"path/filepath"
"strings"
apixv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"