mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:02:12 +08:00
K8s: Update codegen to support new packages (#83347)
--------- Co-authored-by: Charandas Batra <charandas.batra@grafana.com>
This commit is contained in:
@ -163,13 +163,13 @@ func schema_pkg_apis_datasource_v0alpha1_HealthCheckResult(ref common.ReferenceC
|
||||
"details": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Spec depends on the the plugin",
|
||||
Ref: ref("github.com/grafana/grafana/pkg/apis/common/v0alpha1.Unstructured"),
|
||||
Ref: ref("github.com/grafana/grafana/pkg/apimachinery/apis/common/v0alpha1.Unstructured"),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
Dependencies: []string{
|
||||
"github.com/grafana/grafana/pkg/apis/common/v0alpha1.Unstructured"},
|
||||
"github.com/grafana/grafana/pkg/apimachinery/apis/common/v0alpha1.Unstructured"},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user