Skip to content

Commit be50f15

Browse files
authored
Add Usage (#30)
1 parent 11baa6a commit be50f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/K8sOperator.NET/Metadata/NamespaceMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface INamespaceMetadata
1818
/// Sets the Namespace
1919
/// </summary>
2020
/// <param name="ns"></param>
21-
[AttributeUsage(AttributeTargets.Class)]
21+
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class)]
2222
public sealed class NamespaceAttribute(string ns) : Attribute, INamespaceMetadata
2323
{
2424
/// <summary>

0 commit comments

Comments
 (0)