# Functions
Container adds a container to a PodSpecable's Pod template.
Controller sets the given object as the controller (owner) of an API object.
EnvVar sets the value of a Container's environment variable.
EnvVarFromSecret sets the value of a Container's environment variable to a reference to a Kubernetes Secret.
EnvVars sets the value of multiple environment variables.
Image sets a Container's image.
Label sets the value of an API object's label.
NewContainer creates a Container object.
NewDeployment creates a Deployment object.
NewKnService creates a Knative Service object.
PodLabel sets the value of a label of a PodSpecable's Pod template.
Port adds a port to a Container.
Probe sets the HTTP readiness probe of a Deployment's first container.
Selector adds a label selector to a Deployment's spec, ensuring a corresponding label exists in the Pod template.
# Type aliases
ObjectOption is a functional option for building Kubernetes API objects.