-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Codes in tfjob-java-client/kubernetes are generated by swagger-codegen-maven-plugin automatically, but there are some issues which should be fixed manually:
-
Missing import-package
io.kubernetes.client.models.V1DeleteOptionsinorg.kubeflow.client.apis.KubeflowOrgV1alpha2Apiandorg.kubeflow.client.apis.KubeflowOrgV1alpha2ApiTest. -
Missing member variable
formatterinDateTimeTypeAdapterfunction oforg.kubeflow.client.JSONclass.
private DateTimeFormatter formatter;- Missing kubernetes dependency in
pom.xml
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>1.0.0</version>
</dependency>
- Missing parent tag in
pom.xml
<parent>
<groupId>org.kubeflow.client</groupId>
<artifactId>client-java-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
- Missing some codes in org.kubeflow.client.ApiClientL91
authentications.put("BearerToken", new ApiKeyAuth("header", "authorization"));
authentications.put("BasicAuth", new HttpBasicAuth());gaocegege
Metadata
Metadata
Assignees
Labels
No labels