We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c3280 commit 6dbfc2cCopy full SHA for 6dbfc2c
maas-api/internal/models/maasmodelref.go
@@ -4,10 +4,11 @@ import (
4
"net/url"
5
6
"github.com/openai/openai-go/v2"
7
- "github.com/opendatahub-io/models-as-a-service/maas-api/internal/constant"
8
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
9
"k8s.io/apimachinery/pkg/runtime/schema"
10
"knative.dev/pkg/apis"
+
11
+ "github.com/opendatahub-io/models-as-a-service/maas-api/internal/constant"
12
)
13
14
const (
@@ -96,9 +97,9 @@ func maasModelRefToModel(u *unstructured.Unstructured) *Model {
96
97
Created: created,
98
OwnedBy: ownedBy,
99
},
- Kind: kind,
100
- URL: urlPtr,
101
- Ready: ready,
+ Kind: kind,
+ URL: urlPtr,
102
+ Ready: ready,
103
Details: details,
104
}
105
0 commit comments