Documentation ¶
Index ¶
- Variables
- func CheckJobIsOwnedByUser(namespace, jobName string, jobType types.TrainingJobType) (bool, error)
- func CreateAppConfigmap(...) (err error)
- func DeleteConfigMap(namespace string, name string) error
- func GetConfigMap(namespace string, name string) (*corev1.ConfigMap, error)
- func UpdateConfigMapLabelsAndAnnotations(namespace string, name string, labels map[string]string, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrConfigMapNotFound = errors.New("configmap of job is not found")
Functions ¶
func CheckJobIsOwnedByUser ¶
func CheckJobIsOwnedByUser(namespace, jobName string, jobType types.TrainingJobType) (bool, error)
func CreateAppConfigmap ¶
func DeleteConfigMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.