We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc05f7b commit c3cd83bCopy full SHA for c3cd83b
src/codeflare_sdk/cluster/auth.py
@@ -249,7 +249,7 @@ def logout(self) -> str:
249
250
class KubeConfigFileAuthentication(KubeConfiguration):
251
"""
252
- An abstract class that defines the necessary methods for passing a user's own Kubernetes config file.
+ A class that defines the necessary methods for passing a user's own Kubernetes config file.
253
Specifically this class defines the `load_kube_config()`, `config_check()` and `remove_config()` functions.
254
255
src/codeflare_sdk/templates/config.yaml renamed to src/codeflare_sdk/templates/kubconfig-template.yaml
0 commit comments