{"id":20284857,"url":"https://github.com/sourceability/kustomize-plugins","last_synced_at":"2025-04-11T08:38:24.066Z","repository":{"id":102100473,"uuid":"192360847","full_name":"sourceability/kustomize-plugins","owner":"sourceability","description":"Info: latest kustomize release has KEP-897 implemented","archived":false,"fork":false,"pushed_at":"2019-06-17T16:47:31.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-03T15:17:48.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/sourceability.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-17T14:18:05.000Z","updated_at":"2024-06-19T10:17:19.732Z","dependencies_parsed_at":null,"dependency_job_id":"aa33fa01-b40d-4c84-b27b-1b9e09c11d42","html_url":"https://github.com/sourceability/kustomize-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceability%2Fkustomize-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceability%2Fkustomize-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceability%2Fkustomize-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceability%2Fkustomize-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourceability","download_url":"https://codeload.github.com/sourceability/kustomize-plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248362117,"owners_count":21091054,"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":[],"created_at":"2024-11-14T14:22:29.854Z","updated_at":"2025-04-11T08:38:24.042Z","avatar_url":"https://github.com/sourceability.png","language":"Go","readme":"# Sourceability Kustomize Plugins\n\n## KEP 897\n\nThis plugin addresses [kubernetes-sigs/kustomize#720](https://github.com/kubernetes-sigs/kustomize/issues/720) by implementing the\n`StrategicMergePatch` from [KEP 897](https://github.com/kubernetes/enhancements/pull/897).\n\nNote that I've encountered issues applying patches to resources with prefixes/suffixes.\nI'm assuming that other issues like exist with this plugin.\n\nThis repository contains one very simple example kustomization, that can be built with:\n```\ndocker run \\\n    -it --rm \\\n    -w /app -v $PWD:/app \\\n    sourceability/kustomize-plugins \\\n    build --enable_alpha_plugins examples/deployment-patch\n```\n\nWhich should output:\n```\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n  labels:\n    app: elasticsearch\n  name: elasticsearch\nspec:\n  selector:\n    matchLabels:\n      app: elasticsearch\n  template:\n    metadata:\n      labels:\n        app: elasticsearch\n    spec:\n      containers:\n      - image: elasticsearch\n        name: elasticsearch\n      nodeSelector:\n        env: prod\n---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n  labels:\n    app: nginx\n  name: nginx\nspec:\n  selector:\n    matchLabels:\n      app: nginx\n  template:\n    metadata:\n      labels:\n        app: nginx\n    spec:\n      containers:\n      - image: nginx\n        name: nginx\n      nodeSelector:\n        env: prod\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceability%2Fkustomize-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourceability%2Fkustomize-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceability%2Fkustomize-plugins/lists"}