Versions in this module Expand all Collapse all v0 v0.0.59 Jun 18, 2026 Changes in this version + var Version = "dev" + func ApplyGenesisOverride(root map[string]interface{}, expr string, fieldPath ...string) error + func ApplyOverride(root map[string]interface{}, expr string, fieldPath ...string) error + func ApplySet(root map[string]interface{}, expr string) error + func EmitStatus(w io.Writer, err error) + func MakePrinter(format string) (printers.ResourcePrinter, error) + func MatchPhase(obj *unstructured.Unstructured, until string) (bool, error) + func NewClient(cfg *rest.Config) (client.Client, error) + func ParseGenesisAccount(entry string) (string, string, error) + func RunWatch(ctx context.Context, cfg *rest.Config, gvr schema.GroupVersionResource, ...) error + func ToStatus(err error) *metav1.Status + func UsageError(format string, args ...interface{}) error + func ValidatePhase(until string, legal []string) error + func WatchExitError(err error, name, ns, until string, timeout time.Duration) error + type Kubeconfig struct + func LoadKubeconfig(explicitPath, namespaceOverride string) *Kubeconfig + func (k *Kubeconfig) Namespace() (string, error) + func (k *Kubeconfig) RESTConfig() (*rest.Config, error)