SYMBOL INDEX (16 symbols across 6 files) FILE: platform/gitea/files/config/main.go type Organization (line 13) | type Organization struct type Repository (line 18) | type Repository struct type Config (line 28) | type Config struct function main (line 33) | func main() { FILE: platform/global-secrets/files/secret-generator/main.go constant namespace (line 18) | namespace = "global-secrets" type RandomSecret (line 20) | type RandomSecret struct function getClient (line 29) | func getClient() (*kubernetes.Clientset, error) { function generateRandomPassword (line 41) | func generateRandomPassword(length int, special bool) (string, error) { function readConfigFile (line 52) | func readConfigFile(filename string) ([]RandomSecret, error) { function createOrUpdateSecret (line 67) | func createOrUpdateSecret(client *kubernetes.Clientset, name string, ran... function main (line 122) | func main() { FILE: test/external_test.go function TestTerraformExternal (line 10) | func TestTerraformExternal(t *testing.T) { FILE: test/integration_test.go function TestArgoCDCheck (line 13) | func TestArgoCDCheck(t *testing.T) { FILE: test/smoke_test.go function TestSmoke (line 14) | func TestSmoke(t *testing.T) { FILE: test/tools_test.go function TestToolsVersions (line 11) | func TestToolsVersions(t *testing.T) { function TestToolsNixShell (line 46) | func TestToolsNixShell(t *testing.T) {