chore(deps): update registry.suse.com/bci/golang docker tag to v1.22 Mar 23, 2024 LICENSE Initial commit Aug 5, 2019 Makefile Adding validate phase to the CI Oct 15, 2022 README.md Bumps rancher/wrangler to it's tagged v2 version. Jan 24, 2024 go.mod Update k8s.io/kube-openapi di...
const in = ` { "Hello": "world" /* Perhaps the truth depends on a walk around the lake. */ } ` // The reader can be anything. // For example: file, strings.NewReader(), bytes.NewReader(), ... var r = jsoncjson.NewReader(strings.NewReader(in)) var data map[string]interfa...
exportKUBECONFIG=your.cluster go run main.go The API can be accessed by navigating tohttps://localhost:9443/v1. Steve Features Steve's main use is as an opinionated consumer ofrancher/apiserver, which it uses to dynamically register every Kubernetes API as its own. It implements apiserverStore...