mirror of
https://github.com/rancher/norman.git
synced 2025-05-09 00:26:28 +00:00
Merge pull request #416 from jakefhyde/update-deprecated-message
This commit is contained in:
commit
cba80063e7
@ -48,7 +48,7 @@ func init() {
|
||||
resource.Put({{.schema.CodeName}}GroupVersionResource)
|
||||
}
|
||||
|
||||
// Deprecated use {{.prefix}}{{.schema.CodeName}} instead
|
||||
// Deprecated: use {{.prefix}}{{.schema.CodeName}} instead
|
||||
type {{.schema.CodeName}} = {{.prefix}}{{.schema.CodeName}}
|
||||
|
||||
func New{{.schema.CodeName}}(namespace, name string, obj {{.prefix}}{{.schema.CodeName}}) *{{.prefix}}{{.schema.CodeName}} {
|
||||
|
Loading…
Reference in New Issue
Block a user