Skip to content
Snippets Groups Projects

Introduce new Benchmark class and Patcher

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,7 +16,7 @@ class EnvVarPatcher(private val k8sResource: KubernetesResource, private val con
}
/**
* Sets the ContainerEvironmentVariables, creates new if variable don t exist.
* Sets the ContainerEvironmentVariables, creates new if variable does not exist.
* @param container - The Container
* @param map - Map of k=Name,v =Value of EnviromentVariables
*/
Loading