kubeconform/pkg/resource
Robert Rose c691d7e07a Follow top-level directory symlinks when finding resources
`filepath.Walk` doesn't follow symbolic links, so kubeconform reported
zero found files when pointed to a directory symlink. This adds support
to follow top-level links, nested links will still not be followed.
2025-06-11 15:38:33 +02:00
..
files.go Follow top-level directory symlinks when finding resources 2025-06-11 15:38:33 +02:00
files_test.go add tests for yaml scanning 2021-01-02 14:06:13 +01:00
resource.go Allow to skip resources using the GVK notation (#92) 2022-10-16 14:59:48 +02:00
resource_test.go Reformat strings 2021-07-03 16:01:51 +02:00
stream.go Small clean-up 2021-09-26 22:55:01 +02:00
stream_test.go remove gosimple offences 2021-02-19 17:01:54 +01:00