package
0.10.0
Repository: https://github.com/openshift/knative-serving.git
Documentation: pkg.go.dev

# Variables

MustEnvVars defines environment variables that "MUST" be set.
MustFiles specifies the file paths and expected permissions that MUST be set as specified in the runtime contract.
ShouldEnvVars defines environment variables that "SHOULD" be set.
ShouldFiles specifies the file paths and expected permissions that SHOULD be set as specified in the runtime contract.

# Structs

Cgroup contains the Cgroup value for a given setting.
No description provided by the author
FileInfo contains the metadata for a given file.
HostInfo contains information about the host environment.
Mount contains information about a given mount.
RequestInfo encapsulates information about the request.
RuntimeInfo encapsulates both the host and request information.
Stdin contains information about the Stdin file descriptor for the container.
UserInfo container information about the current user and group for the running process.