package
0.0.0-20230706093527-1d63875abfa1
Repository: https://github.com/piperipheral/reloader-custom.git
Documentation: pkg.go.dev

# Functions

ConvertResourceToSHA generates SHA from secret or configmap data.
CreateConfigMap creates a configmap in given namespace and returns the ConfigMapInterface.
CreateDaemonSet creates a deployment in given namespace and returns the DaemonSet.
CreateDeployment creates a deployment in given namespace and returns the Deployment.
CreateDeploymentConfig creates a deploymentConfig in given namespace and returns the DeploymentConfig.
CreateDeploymentWithEnvVarSource creates a deployment in given namespace and returns the Deployment.
CreateDeploymentWithEnvVarSourceAndAnnotations returns a deployment in given namespace with given annotations.
CreateDeploymentWithInitContainer creates a deployment in given namespace with init container and returns the Deployment.
CreateDeploymentWithPodAnnotations creates a deployment in given namespace and returns the Deployment.
CreateNamespace creates namespace for testing.
CreateSecret creates a secret in given namespace and returns the SecretInterface.
CreateStatefulSet creates a deployment in given namespace and returns the StatefulSet.
DeleteConfigMap deletes a configmap in given namespace and returns the error if any.
DeleteDaemonSet creates a daemonset in given namespace and returns the error if any.
DeleteDeployment creates a deployment in given namespace and returns the error if any.
DeleteDeploymentConfig deletes a deploymentConfig in given namespace and returns the error if any.
DeleteNamespace deletes namespace for testing.
DeleteSecret deletes a secret in given namespace and returns the error if any.
DeleteStatefulSet creates a statefulset in given namespace and returns the error if any.
GetConfigmap provides configmap for testing.
GetConfigmapWithUpdatedLabel provides configmap for testing.
GetDaemonSet provides daemonset for testing.
No description provided by the author
GetDeployment provides deployment for testing.
GetDeploymentConfig provides deployment for testing.
No description provided by the author
No description provided by the author
No description provided by the author
GetDeploymentWithInitContainer provides deployment with init container and volumeMounts.
GetDeploymentWithInitContainerAndEnv provides deployment with init container and EnvSource.
No description provided by the author
GetResourceSHAFromAnnotation returns the SHA value of given environment variable.
GetResourceSHAFromEnvVar returns the SHA value of given environment variable.
GetSecret provides secret for testing.
GetSecretWithUpdatedLabel provides secret for testing.
GetStatefulSet provides statefulset for testing.
GetStatefulSet provides statefulset for testing.
RandSeq generates a random sequence.
UpdateConfigMap updates a configmap in given namespace and returns the error if any.
UpdateSecret updates a secret in given namespace and returns the error if any.
VerifyResourceAnnotationUpdate verifies whether the rolling upgrade happened or not.
VerifyResourceEnvVarUpdate verifies whether the rolling upgrade happened or not.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
ConfigmapResourceType is a resource type which controller watches for changes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SecretResourceType is a resource type which controller watches for changes.
No description provided by the author
No description provided by the author