You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/internal/plugin
Mads Jensen 6cc85a67f0
Use errors.Is to check for io.EOF and gzip.ErrHeader
1 week ago
..
cache
installer Use errors.Is to check for io.EOF and gzip.ErrHeader 1 week ago
schema
testdata Make test scripts run without /bin/bash 1 week ago
config.go
config_test.go
descriptor.go
doc.go
error.go
loader.go fix: improve plugin name validation err messages early via unmarshalling 1 month ago
loader_test.go test: convert tests to table drive tests 1 month ago
metadata.go fix: improve plugin name validation err messages early via unmarshalling 1 month ago
metadata_legacy.go fix: improve plugin name validation err messages early via unmarshalling 1 month ago
metadata_legacy_test.go test: refactor TestMetadataLegacyValidate to be more generic 1 month ago
metadata_test.go fix: improve plugin name validation err messages early via unmarshalling 1 month ago
metadata_v1.go fix: focus only on plugin name but give more info about what we get 1 month ago
plugin.go
plugin_test.go style: linting 1 month ago
plugin_type_registry.go
plugin_type_registry_test.go
runtime.go
runtime_extismv1.go
runtime_extismv1_test.go
runtime_subprocess.go
runtime_subprocess_getter.go
runtime_subprocess_hooks.go
runtime_subprocess_test.go
runtime_test.go
sign.go Use errors.Is to check for io.EOF and gzip.ErrHeader 1 week ago
sign_test.go
signing_info.go
subprocess_commands.go Refactor environment variable expansion in PrepareCommands and update tests 1 month ago
subprocess_commands_test.go update tests 1 month ago
verify.go
verify_test.go