Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

package main | |
import ( | |
"fmt" | |
"os" | |
"github.com/spf13/pflag" | |
"k8s.io/apimachinery/pkg/api/meta" | |
"k8s.io/cli-runtime/pkg/genericclioptions" |