Skip to content

Instantly share code, notes, and snippets.

View PrasadG193's full-sized avatar
๐Ÿš€

Prasad Ghangal PrasadG193

๐Ÿš€
View GitHub Profile
@PrasadG193
PrasadG193 / k8s-deploy-jsonpath.go
Last active February 1, 2022 12:04
Kubernetes jsonpath golang example
// Auto-generated by kyaml2go - https://github.com/PrasadG193/kyaml2go
package main
import (
"fmt"
"os"
"path/filepath"
"strings"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"