# Functions

AddTCPInstance adds a database instance with a tcp connection, setting HostEnvName to "DB_HOST" and PortEnvName to "DB_PORT".
AddUnixInstance adds a database instance with a unix socket connection, setting UnixSocketPathEnvName to "DB_PATH".
BuildAuthProxyWorkload creates an AuthProxyWorkload object with a single instance with a tcp connection.
BuildCronJob creates CronJob object with a default pod template that will sleep for 60 seconds.
BuildDaemonSet creates a DaemonSet object with a default pod template that will sleep for 1 hour.
BuildDeployment creates a StatefulSet object with a default pod template that will sleep for 1 hour.
BuildDeploymentReplicaSet mimics the behavior of the deployment controller built into kubernetes.
No description provided by the author
BuildJob creates a Job object with a default pod template that will sleep for 30 seconds.
BuildMSSQLPodSpec creates a podspec specific to MySQL databases that will connect and run a trivial query.
BuildMySQLPodSpec creates a podspec specific to MySQL databases that will connect and run a trivial query.
BuildMySQLUnixPodSpec creates a podspec specific to MySQL databases that will connect via a unix socket and run a trivial query.
BuildPgPodSpec creates a podspec specific to Postgres databases that will connect and run a trivial query.
BuildPgUnixPodSpec creates a podspec specific to Postgres databases that will connect via a unix socket and run a trivial.
BuildSecret creates a Secret object containing database information to be used by the pod to connect to the database.
BuildStatefulSet creates a StatefulSet object with a default pod template that will sleep for 1 hour.
GetConditionStatus finds a condition where Condition.Type == condType and returns the status, or "" if no condition was found.
ListPods lists all the pods in a particular deployment.
NewAuthProxyWorkload creates a new AuthProxyWorkload with the TypeMeta, name and namespace set.
No description provided by the author
RetryUntilSuccess runs `f` until it no longer returns an error, or it has returned an error `attempts` number of times.

# Constants

No description provided by the author

# Structs

No description provided by the author