Here’s a simple project to get started for folks wanting to hack on the Go k8s SDK. I included a README.md file in the folder with instructions and caveats.
🎉 2
pulumipus 8bit 1
partyk8s 2
b
breezy-hamburger-69619
03/19/2020, 3:48 AM
Nice! I'll be taking this for a spin 🙂
b
broad-dog-22463
03/19/2020, 4:29 AM
Me too!!
g
gorgeous-egg-16927
03/19/2020, 3:45 PM
Here’s an updated example that references a new build of the Go k8s SDK.
@gorgeous-egg-16927@lemon-agent-27707 Should we be using Go modules to test all of this out instead of Dep? (Levi's examples here do.)
l
lemon-agent-27707
03/19/2020, 8:53 PM
It should be fine as long as you aren't doing anything multi-cloud. The dependency set will be larger than you'd probably expect, but for example usage it is fine for now.