# Functions
Command configures the command for the first container in the PodSpec.
ContainerPort configures a port for the first container as a ContainerPort with the specified port number.
Create creates and returns a Deployment with the specified configuration.
Env adds an environment to the first container in the PodSpec.
LabelSelector used to create the labelSelector for the commit status tracker.
ServiceAccount is an option that configures the deployment's pods to execute with the provided service account name.
# Constants
KubernetesAppNameLabel string constant for Kubernetes App Name label.
KubernetesPartOfLabel string constant for Kubernetes App PartOf label.
# Type aliases
PodSpecFunc is an option-func type for changing the pods created by the Create function.