# Packages
No description provided by the author
# Functions
Convert a list result into a set of kernel info annotations.
Look at using https://pkg.go.dev/google.golang.org/protobuf/testing/protocmp to simplify.
No description provided by the author
No description provided by the author
get the program ID from a bpfProgram.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Mimicking exactly what Kubernetes does to pull out auths from secrets: https://github.com/kubernetes/kubernetes/blob/master/pkg/credentialprovider/secrets/secrets.go#L29.
No description provided by the author
# Structs
ContainerConfigEntry wraps a container config as a entry.
dockerConfigEntryWithAuth is used solely for deserializing the Auth field into a dockerConfigEntry during JSON deserialization.
ContainerConfigJSON represents ~/.docker/config.json file info See https://github.com/docker/docker/pull/12009 Structure from https://github.com/kubernetes/kubernetes/blob/master/pkg/credentialprovider/config.go#L39.
# Type aliases
DockerConfig represents the config file used by the docker CLI.