{"id":37118840,"url":"https://github.com/srossross/k8s-test-controller","last_synced_at":"2026-01-14T13:52:29.494Z","repository":{"id":57530909,"uuid":"107822604","full_name":"srossross/k8s-test-controller","owner":"srossross","description":"Run end to end tests in kubernetes","archived":false,"fork":false,"pushed_at":"2018-01-14T02:38:23.000Z","size":23778,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T09:18:48.224Z","etag":null,"topics":["golang","help-wanted","k8s-controller","kubernetes"],"latest_commit_sha":null,"homepage":"https://srossross.github.io/k8s-test-controller","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srossross.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-21T23:14:26.000Z","updated_at":"2022-06-10T16:58:44.000Z","dependencies_parsed_at":"2022-09-05T09:51:03.786Z","dependency_job_id":null,"html_url":"https://github.com/srossross/k8s-test-controller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srossross/k8s-test-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srossross%2Fk8s-test-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srossross%2Fk8s-test-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srossross%2Fk8s-test-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srossross%2Fk8s-test-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srossross","download_url":"https://codeload.github.com/srossross/k8s-test-controller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srossross%2Fk8s-test-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28422360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","help-wanted","k8s-controller","kubernetes"],"created_at":"2026-01-14T13:52:28.994Z","updated_at":"2026-01-14T13:52:29.485Z","avatar_url":"https://github.com/srossross.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-test-controller\n\nAdd test resources to test your Kubernetes cluster setup.\n\n[Check out the docs](https://srossross.github.io/k8s-test-controller/)\n---\n\n# Development\n\n## Generating code\n\nIf you change any API types, you must regenerate all of the supporting code.\nThis can be done by using the `generate` make target, e.g.\n\n```bash\n$ make generate\n```\n\nThe generators tend not to **error** even if something you may consider to be a\nproblem occurs, thus it's important to ensure you can still build your\napplication after running the generators.\n\n## Building\n\nThe actual golang app can be built with a simple `go build`. The generated\nfiles required are committed to the repo to ensure it stays in sync. We should\nalso use a `verify` step to ensure that the generated files are in sync with\ntheir respective types.go files, but for brevity have omitted that here.\n\n```bash\n$ go build\n```\n\n## Running\n\nRunning the application is as follows:\n\n```bash\n$ go run main.go -kubeconfig ~/.kube/config\n```\n\nThen we can go ahead and create a Tests and TestRuns!\n\n```bash\n$ kubectl create -f docs/tests.yaml\n$ kubectl create -f docs/test-run.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrossross%2Fk8s-test-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrossross%2Fk8s-test-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrossross%2Fk8s-test-controller/lists"}