# Functions
NewNginx create this nginx deployment/service pair.
WithNginxPingJobLabels adds custom labels for PinJob's pods.
# Variables
PollIntervalForNginx is the interval between each condition check of poolling when using Nginx testworkload.
PollTimeoutForNginx is the max duration for polling when using Nginx testworkload.
# Structs
Nginx creates a temp nginx deployment/service pair that can be used as a test workload.
# Type aliases
NginxOpts defines func that applies custom options for Nginx.