package
0.14.2
Repository: https://github.com/kubeflow/arena.git
Documentation: pkg.go.dev

# Functions

* * * get configMap by using name, namespace **/.
* * This name should be <job-type>-<job-name> * create configMap by using name, namespace and configFile **/.
* * * delete configMap by using name, namespace **/.
* * Apply kubernetes config to install app * Exec /usr/local/bin/kubectl, [apply -f /tmp/values313606961 --namespace default] **/.
* * * list configMaps by using namespace **/.
PatchOwnerReferenceWithAppInfoFile patch tfjob / pytorchjob ownerReference.
* * * save the key of configMap into a file **/.
* * Delete kubernetes config to uninstall app * Exec /usr/local/bin/kubectl, [delete -f /tmp/values313606961 --namespace default] **/.
* * Delete kubernetes config to uninstall app * Exec /usr/local/bin/kubectl, [delete -f /tmp/values313606961 --namespace default] **/.

# Constants