{"id":23629616,"url":"https://github.com/berquerant/k8s-object-diff","last_synced_at":"2026-04-09T08:42:15.345Z","repository":{"id":269429733,"uuid":"907388775","full_name":"berquerant/k8s-object-diff","owner":"berquerant","description":"This action compares manifests for each corresponding object.","archived":false,"fork":false,"pushed_at":"2025-01-26T08:39:17.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T09:24:40.444Z","etag":null,"topics":["diff","docker","github-actions","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berquerant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-23T13:20:27.000Z","updated_at":"2025-01-26T08:39:02.000Z","dependencies_parsed_at":"2024-12-23T14:29:01.901Z","dependency_job_id":"dc6ea113-6584-47fb-871f-44351ca1a8dc","html_url":"https://github.com/berquerant/k8s-object-diff","commit_stats":null,"previous_names":["berquerant/k8s-object-diff"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fk8s-object-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fk8s-object-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fk8s-object-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berquerant%2Fk8s-object-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berquerant","download_url":"https://codeload.github.com/berquerant/k8s-object-diff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239546824,"owners_count":19657032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["diff","docker","github-actions","kubernetes"],"created_at":"2024-12-28T01:16:18.438Z","updated_at":"2026-04-09T08:42:15.327Z","avatar_url":"https://github.com/berquerant.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-object-diff\n\nThis action compares manifests for each corresponding object.\n\n## Inputs\n\n### `left`\n\n**Required** Left manifest file.\n\n### `right`\n\n**Required** Right manifest file.\n\n### `fail-on-diff`\n\nFail the action if a diff is detected.\n\n## Outputs\n\n### `status`\n\nExit status, 0 if left = right, 1 if left != right, otherwise trouble.\n\n## Usage\n\n``` yaml\njobs:\n  objdiff_job:\n    runs-on: ubuntu-latest\n    name: k8s-object-diff\n    steps:\n      - name: Diff manifests\n        uses: berquerant/k8s-object-diff@v0.3.0\n        id: objdiff\n        with:\n          left: left.yml\n          right: right.yml\n      - name: Show status\n        run: echo \"status was ${{ steps.objdiff.outputs.status }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Fk8s-object-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberquerant%2Fk8s-object-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberquerant%2Fk8s-object-diff/lists"}