File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keps/sig-multicluster/5339-clusterprofile-plugin-credentials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ library proposed in this KEP.
325325To address the deficiencies above, we further propose that:
326326
327327* this KEP reserves a name in the extensions, ` multicluster.x-k8s.io/clusterprofiles/auth/exec/additional-args ` , which holds
328- additional CLI arguments that need to be supplied to the exec plugin when the Cluster Profile API and community-provided
328+ additional CLI arguments that would be supplied to the exec plugin when the Cluster Profile API and community-provided
329329library are used for authentication.
330330
331331 If an extension under this name is present, the community-provided library will extract the data, and append the
@@ -338,7 +338,7 @@ library are used for authentication.
338338 after the additional arguments are appended.
339339
340340* this KEP reserves another name in the extensions, ` multicluster.x-k8s.io/clusterprofiles/auth/exec/additional-envs ` , which
341- holds additional environment variables that need to be supplied upon calling the exec plugin when the Cluster Profile API
341+ holds additional environment variables that would be supplied upon calling the exec plugin when the Cluster Profile API
342342and community-provided library are used for authentication.
343343
344344 If an extension under this name is present, the community-provided library will extract the data, and add the additional
You can’t perform that action at this time.
0 commit comments