File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 3636type Model struct {
3737 SDKAPI * SDKAPI
3838 servicePackageName string
39- serviceModelName string
4039 apiVersion string
4140 crds []* CRD
4241 typeDefs []* TypeDef
@@ -51,13 +50,13 @@ type Model struct {
5150// service API
5251func (m * Model ) MetaVars () templateset.MetaVars {
5352 return templateset.MetaVars {
54- ServicePackageName : m .servicePackageName ,
55- ServiceID : m .SDKAPI .ServiceID (),
56- ServiceModelName : m .cfg .ModelName ,
57- APIGroup : m .APIGroup (),
58- APIVersion : m .apiVersion ,
59- SDKAPIInterfaceTypeName : m .SDKAPI .SDKAPIInterfaceTypeName (),
60- CRDNames : m .crdNames (),
53+ ServicePackageName : m .servicePackageName ,
54+ ServiceID : m .SDKAPI .ServiceID (),
55+ ServiceModelName : m .cfg .ModelName ,
56+ APIGroup : m .APIGroup (),
57+ APIVersion : m .apiVersion ,
58+ APIInterfaceTypeName : m .SDKAPI .APIInterfaceTypeName (),
59+ CRDNames : m .crdNames (),
6160 }
6261}
6362
You can’t perform that action at this time.
0 commit comments