dumper-server

command module
v0.0.0-...-94a648e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

README

Dumper convention webserver

The dumper is a convention server that "dumps" the PodConventionContext request made by the convention controller to stdout. It can be useful for gather OCI image metadata and SBOMs as a convention will receive the request.

Trying out

Build and run the convention server:

# either, from source:
ko apply -f server.yaml

# or, from a release distribution:
kubectl create -f <(kbld -f server.yaml -f ../.imgpkg/images.yml)

To verify the dumped values in the logs

kubectl logs -n dumper-conventions -l app=webhook --tail 1000

Depending on the size of the PodConventionContext resources, this command may collect multiple requests, or only a portion of a single request. Adjust the number of lines collected as appropriate.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL