Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Handling of patches and patchesStrategicMerge #2

@0x-shanks

Description

@0x-shanks

Is your feature request related to a problem? Please describe.
I want to visualize the relationship between patches and patchesStrategicMerge and the patched manifest files.

Describe the solution you'd like
Display a manifest file patched with patches or patchesStrategicMerge, for example

/
├── overlays/production
 |  ├── base
 |   │  └── base/a_service
 |   │      ├── deployment.yaml (->p1)
 |   │      └── service.yaml
 | └── a_service/deployment.yaml (p1->)
└── overlays/staging
    ├── base
     │  └── base/a_service
     │      ├── deployment.yaml (->p2)
     │      └── service.yaml
    └── a_service/deployment.yaml (p2->)

p1 and p2 are the patch indices, and the arrows indicate whether you are the patcher or the patched.

Describe alternatives you've considered
Use color to make it easier to see which manifests are being patched.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions