You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.V1DeleteOptions in org.kubeflow.client.apis.KubeflowOrgV1alpha2Api and org.kubeflow.client.apis.KubeflowOrgV1alpha2ApiTest.
Missing member variable formatter in DateTimeTypeAdapter function of org.kubeflow.client.JSON class.
Codes in
tfjob-java-client/kubernetes
are generated byswagger-codegen-maven-plugin
automatically, but there are some issues which should be fixed manually:Missing import-package
io.kubernetes.client.models.V1DeleteOptions
inorg.kubeflow.client.apis.KubeflowOrgV1alpha2Api
andorg.kubeflow.client.apis.KubeflowOrgV1alpha2ApiTest
.Missing member variable
formatter
inDateTimeTypeAdapter
function oforg.kubeflow.client.JSON
class.pom.xml
pom.xml
The text was updated successfully, but these errors were encountered: