go-utils icon indicating copy to clipboard operation
go-utils copied to clipboard

golang utilities

Results 35 go-utils issues
Sort by recently updated
recently updated
newest added

some of our machine-generated k8s names have the following requirements: - must be valid k8s name - should be human readable if possible Can use this as a start: https://github.com/solo-io/gloo/commit/8e051462e020375aa07e43f5144ee84faec82eec#diff-8ba6d20cc93447059acfea7ca3ff3d3bR139

Accidentally pushed an empty changelog in https://github.com/solo-io/solobot/pull/46, was able to pass validation. Should require a changelog entry.

Currently valuable readmes (i.e. docs utils, changelog utils) are hard to find. Link from main reademe.

Currently the code to install gloo to a cluster during tests is duplicated. Start moving it here.

Kubeutils are hard to `go mod` in. Anyone that depends on `testutils` will indirectly pull in Kube.