package
0.0.0-20171213211958-47edf51e9cdb
Repository: https://github.com/coreos/ktestutil.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewNginx create this nginx deployment/service pair.
WithNginxNodeSelector adds custom labels for Pod's NodeSelector field Affects only Deployment's pods.
WithNginxPingJobLabels adds custom labels for PinJob's pods.
WithNginxSelector adds custom labels for Deployment's Selector field.
# 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.