Skip to content

Commit b42b0b7

Browse files
correct KubeConfigFileAuthentication name
1 parent ae706f2 commit b42b0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeFlareSDK_Design_Doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The SDK itself will not enforce any authentication, however, it will provide sim
6767

6868
Users can authorize themselves by calling `TokenAuthentication()` and providing their access token and server address. This will populate the Kubernetes python configuration of the ApiClient object and allow users to be properly authenticated to the cluster. Users are also able to toggle whether or not they want to skip tls verification.
6969

70-
Alternatively users can provide their own custom kubeconfig file with `KubeConfigAuthentication()` and pass it the correct path.
70+
Alternatively users can provide their own custom kubeconfig file with `KubeConfigFileAuthentication()` and pass it the correct path.
7171

7272
In either case, users can log out and clear the authentication inputs with `.logout()`
7373

0 commit comments

Comments
 (0)