|
|
|
@@ -385,13 +385,14 @@ func (d *DataBindingBase) Noop() {} |
|
|
|
type DatasetBinding struct { |
|
|
|
serder.Metadata `union:"dataset"` |
|
|
|
DataBindingBase |
|
|
|
Type string `json:"type"` |
|
|
|
Name string `json:"name"` |
|
|
|
ClusterIDs []schsdk.ClusterID `json:"clusterIDs"` |
|
|
|
Description string `json:"description"` |
|
|
|
Category string `json:"category"` |
|
|
|
PackageID cdssdk.PackageID `json:"packageID"` |
|
|
|
RepositoryName string `json:"repositoryName"` |
|
|
|
Type string `json:"type"` |
|
|
|
Name string `json:"name"` |
|
|
|
ClusterIDs []schsdk.ClusterID `json:"clusterIDs"` |
|
|
|
Description string `json:"description"` |
|
|
|
Category string `json:"category"` |
|
|
|
PackageID cdssdk.PackageID `json:"packageID"` |
|
|
|
RepositoryName string `json:"repositoryName"` |
|
|
|
ConsumptionPoints float64 `json:"points"` |
|
|
|
} |
|
|
|
|
|
|
|
type ModelBinding struct { |
|
|
|
|