Skip to content

Commit

Permalink
Fix Resource template
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Oct 14, 2020
1 parent 2f2d28b commit edb9b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/model/Resource.swift.stencil
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extension {{ type.group }}.{{ type.version }}.{{ type.kind }} {
}
{% endif %}
}{% endif %}
{% if resource.listResource %}
{% if resource.isListResource %}
///
/// Sequence iterator for KubernetesResourceList items
///
Expand Down

0 comments on commit edb9b38

Please sign in to comment.