Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchTarget ¶
MatchTarget checks if a material path matches a target pattern. Supports exact paths and glob patterns.
Types ¶
type Patch ¶
type Patch interface {
// Apply applies a single patch entry to matching materials and returns the patched materials.
Apply(ctx context.Context, materials []domain.Material, patch v1alpha1.PatchEntry) ([]domain.Material, error)
}
Patch applies a single patch entry to generated materials.
Click to show internal directories.
Click to hide internal directories.