Merge pull request #32769 from mfojtik/customize-api-path-clientgen
Automatic merge from submit-queue clientgen: allow to pass custom apiPath when generating client sets This PR allow to pass the `--clientset-api-path` parameter to clientgen that allows to customize the default API path set in clients. This allows projects like OpenShift to re-use the client with different API path (`/oapi` in our case).
This commit is contained in:
@@ -65,6 +65,7 @@ cleanup-iptables
|
||||
client-ca-file
|
||||
client-certificate
|
||||
client-key
|
||||
clientset-api-path
|
||||
clientset-name
|
||||
clientset-only
|
||||
clientset-path
|
||||
|
Reference in New Issue
Block a user