1
0
mirror of https://github.com/ko-build/ko.git synced 2024-12-12 08:54:09 +02:00
ko-build/pkg/publish
Jason Hall 4342ceff74 Implement "strict mode"
When ko is invoked in this mode, import paths must have the `ko://`
prefix. If a human marks an import path with `ko://` and ko can't
resolve the resulting import path, it fails. In "loose mode", such an
import path would be silently ignored and passed on to the resolved
YAML, often resulting in invalid image names (e.g., `image:
github.com/foo/bar`)

In loose mode, `ko://` prefixes are always ignored for
backward-compatibility.
2019-08-15 09:45:59 -04:00
..
daemon_test.go moar fix 2019-03-21 19:07:56 -04:00
daemon.go Drop name.WeakValidation 2019-03-22 15:02:13 -04:00
default_test.go Drop name.WeakValidation 2019-03-22 15:02:13 -04:00
default.go Implement "strict mode" 2019-08-15 09:45:59 -04:00
doc.go Initial commit 2019-03-14 14:23:47 -04:00
future_test.go Drop name.WeakValidation 2019-03-22 15:02:13 -04:00
future.go Initial commit 2019-03-14 14:23:47 -04:00
options.go Implement "strict mode" 2019-08-15 09:45:59 -04:00
publish.go Initial commit 2019-03-14 14:23:47 -04:00
shared_test.go Initial commit 2019-03-14 14:23:47 -04:00
shared.go Initial commit 2019-03-14 14:23:47 -04:00