Mitch Kelley
Mitch Kelley
gloo lead the migration to the new docs format some scripts/utils were made along the way, extract them here some notes shared with @ilackarms while he introduced the second project...
observed during v0.10.18 release https://console.cloud.google.com/cloud-build/builds/978a8851-c2f3-408c-a6fa-ce65fba5fa45?project=solo-public ``` [Fail] GetClusterResources [It] gets all resources in the cluster, period /workspace/installutils/kuberesource/get_cluster_resources_test.go:43 ```
as common patterns emerge in our cli's it would be good to bundle those insights in a cli util **in particular** - `--version` flag - must have zero external dependencies...
Since Ginkgo `Expect` failures only reference the line of the `It` block, include a stack trace so we can easily see the exact `Expect` that failed Also trim the known...
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