File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ type MetaVars struct {
2121 // APIs this name does not match the ServiceID. e.g. The AWS Step Functions
2222 // API has a ServiceID of "SFN" and a service model name of "states"...
2323 ServiceModelName string
24- // ServiceAliasClean is the ServiceAlias lowercased and stripped of any
25- // non-alphanumeric characters
26- ServiceAliasClean string
2724 // ServiceAlias contains the exact string used to identify the AWS service
2825 // API in the aws-sdk-go's packages. It is also used as the identifier for
2926 // the ACK controller's name and packages.
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ type Model struct {
5252func (m * Model ) MetaVars () templateset.MetaVars {
5353 return templateset.MetaVars {
5454 ServiceAlias : m .serviceAlias ,
55- ServiceAliasClean : m .ServiceAliasClean (),
5655 ServiceModelName : m .serviceModelName ,
5756 APIGroup : m .APIGroup (),
5857 APIVersion : m .apiVersion ,
You can’t perform that action at this time.
0 commit comments