You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add unit test for create_experiment in the katib_client module (kubeflow#2325)
* added logger for katib_client module
Signed-off-by: tariq-hasan <[email protected]>
* added API_VERSION as a constant
Signed-off-by: tariq-hasan <[email protected]>
* updated the KatibClient constructor to match the TrainingClient constructor
Signed-off-by: tariq-hasan <[email protected]>
* added test for create_experiment in katib_client
Signed-off-by: tariq-hasan <[email protected]>
---------
Signed-off-by: tariq-hasan <[email protected]>
config_file: Path to the kube-config file. Defaults to ~/.kube/config.
42
52
context: Set the active context. Defaults to current_context from the kube-config.
43
53
client_configuration: Client configuration for cluster authentication.
44
54
You have to provide valid configuration with Bearer token or
45
-
with username and password.
46
-
You can find an example here: https://github.com/kubernetes-client/python/blob/67f9c7a97081b4526470cad53576bc3b71fa6fcc/examples/remote_cluster.py#L31
47
-
namespace: Target Kubernetes namespace. Can be overridden during method invocations.
55
+
with username and password. You can find an example here:
0 commit comments